This is from the discussion at the developer hangout. Yarik was wondering whether it was possible to have `mmap='enforce'` mode for `load`. This would try and mmap the image data, and raise an error if that was not possible. Another option Yarik wondered about was read / write memory mapping, where writing to the array changes the file on disk.