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

Try STR packing instead of Hilbert #8

Closed
mourner opened this issue Mar 19, 2018 · 1 comment
Closed

Try STR packing instead of Hilbert #8

mourner opened this issue Mar 19, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@mourner
Copy link
Owner

mourner commented Mar 19, 2018

STR packing should make indexing around ~30–40% slower (more sorting to do), but theoretically make searches ~30% faster (less node overlap), which might be a great tradeoff.

@mourner mourner added the enhancement New feature or request label Mar 19, 2018
@mourner
Copy link
Owner Author

mourner commented Mar 19, 2018

Tried in str branch but no luck — indexing is 60% slower and search is for some reason slower too. There may be an error lurking somewhere, but don't want to spend time investigating further for now — 60% slower indexing is too much of a hit.

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