Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write seek_index_through_value in C or Rust #9

Closed
mkrd opened this issue Oct 27, 2022 · 1 comment
Closed

Write seek_index_through_value in C or Rust #9

mkrd opened this issue Oct 27, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mkrd
Copy link
Owner

mkrd commented Oct 27, 2022

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 mkrd added this to the v2.0.1 milestone Oct 27, 2022
@mkrd mkrd added the enhancement New feature or request label Oct 28, 2022
@mkrd mkrd changed the title Write seek_index_through_value as a C function Write seek_index_through_value in C or Rust Nov 4, 2022
@mkrd
Copy link
Owner Author

mkrd commented Nov 8, 2022

First testing did not yield faster performance

@mkrd mkrd removed this from the v2.2.0 milestone Nov 9, 2022
@mkrd mkrd closed this as completed Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant