eurocropsml.dataset.utils.MMapStoreΒΆ
- class MMapStore(file_paths: Iterable[Path])ΒΆ
Bases:
objectMemory map creator class.
- Parameters:
file_paths β List of paths to files to be memory mapped. The MMapStore instance will be cached and possibly reused based on (sorted) file_paths, in order to reduce opening too many file handles.
Methods
__init__(file_paths)Attributes