-
Notifications
You must be signed in to change notification settings - Fork 2
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
Elias-Fano Coding #13
Comments
This was referenced Jul 21, 2021
Partitioned Elias-Fano Indexes looks interesting |
This was referenced Jul 29, 2021
Closed
Closed
Here is a good description of how Elias-Fano Gamma and Delta coding works. |
daniel-j-h
added a commit
that referenced
this issue
Jul 31, 2021
daniel-j-h
added a commit
that referenced
this issue
Jul 31, 2021
daniel-j-h
added a commit
that referenced
this issue
Jul 31, 2021
We have Elias-Gamma and Elias-Delta coding now; next is Elias-Fano coding for sorted list of ints. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One idea is run-length encoding offsets #12 - which will probably work quite well with very sparse graphs like road networks.
Another idea is Elias-Fano coding, since offsets are monotonically increasing numbers. Investigate.
The text was updated successfully, but these errors were encountered: