Closed korbinian90 closed 4 years ago
Additional optional argument for niread 'writeable'. When set to true, it is possible to write to mmapped files. Default behaviour is unchanged
New tests for writing to mmapped files. Garbage collection after the tests to close all inactive mmapped files, before removing them from disk.
It may be easier to just have the argument mode pass directly to open. We could keep the default as "r".
mode
open
"r"
Good idea! Now it's only a minimal change
Additional optional argument for niread 'writeable'. When set to true, it is possible to write to mmapped files. Default behaviour is unchanged
New tests for writing to mmapped files. Garbage collection after the tests to close all inactive mmapped files, before removing them from disk.