This module is a reimplementation of Python's builtin module mmap. It aims to provide better performance while being API compatible with the builtin module. Development tracks new Python versions, ...
Microlib docs can be found here. mmap_ninja is a library for storing your datasets in memory-mapped files, which leads to a dramatic speedup in the training time. The only dependencies are numpy and ...