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

Using compressed integer vectors #445

Open
vatsalparikh96 opened this issue Aug 3, 2021 · 0 comments
Open

Using compressed integer vectors #445

vatsalparikh96 opened this issue Aug 3, 2021 · 0 comments

Comments

@vatsalparikh96
Copy link

Hello everybody

I have a 2d vector of integers and I would like to apply a delta compression on it. I came across a function called elias_delta.
I have already installed sdsl and imported it to my code using #include <sdsl/coder_elias_delta.hpp>.
I have a vector named vector<vector> v1. How do I apply the compression on this vector?
I am entirely new to this and did not find any examples for it on the example section on Github.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant