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

self - delimiting codes #193

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

waYne1337
Copy link

Added a self - delimiting code (named commacode) and created a benchmark for self - delimiting codes

@@ -13,6 +13,6 @@ int main()
cout << size_in_mega_bytes(v) << endl;
util::bit_compress(v);
cout << size_in_mega_bytes(v) << endl;
enc_vector<> ev(v);
enc_vector<coder::comma<>> ev(v);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't change this example for the merge into the main branch. Thanks.

@waYne1337
Copy link
Author

Am new to Github, next trying to remove the changes of examples from the commit.
Additionally, the compression rates on current test cases all lie over 100%, so i decided
to add extra test cases, where the MTF Transformation of the BWT of a test gets generated, which should result in much better compression rates, so please wait for the merge till the next push ;)

@sdsllitebot
Copy link
Collaborator

Can one of the admins verify this patch?

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

Successfully merging this pull request may close these issues.

3 participants