Is your feature request related to a problem? Please describe.
Current implementation use klepto file_archive feature, but it is better to be a pure python database without complex dependency.
Describe the solution you'd like
Packaging database and its index as python files and load it with mmap module.
Is your feature request related to a problem? Please describe. Current implementation use klepto file_archive feature, but it is better to be a pure python database without complex dependency.
Describe the solution you'd like Packaging database and its index as python files and load it with mmap module.