|
|
|
|
|
by halayli
4768 days ago
|
|
> Searching is not the same thing as a range iteration, normally if you want to search a Key/Value than you'll need to scan the entire dataset. In this case, you lost the sorted keys advantage that BTree gives you. My point is that this project leans more towards exact key -> value lookups and a BTree is an overkill here. |
|