mkrd / DictDataBase

A python NoSQL dictionary database, with concurrent access and ACID compliance
MIT License
234 stars 11 forks source link

Write seek_index_through_value in C or Rust #9

Closed mkrd closed 1 year ago

mkrd commented 2 years ago

Performance profiling shows that seek_index_through_value is the bottleneck for fast partial reading. Consider rewriting the function in C, which will probably be much faster.

mkrd commented 1 year ago

First testing did not yield faster performance