DictDataBase
DictDataBase copied to clipboard
Improve where selector for file
The entire file needs to be read, but by partially reading each key value pair sequentially, we can prevent having to load the entire file into memory.
Proposal:
- Do many partial reads instead of one full read
- Might lead to a lot of overhead since multiple full reads will be executed if multiple keys are not in the index.