Closed mkrd closed 1 year 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.
First testing did not yield faster performance
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.