Closed mocobeta closed 4 years ago
With #84, finally mmap option can be set to True by default. This reduces memory usage (of python process) by 40%.
mmap
on non-64bit architecture, mmap is disabled by default.
With #84, finally
mmap
option can be set to True by default. This reduces memory usage (of python process) by 40%.