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

In fsst, can the compressed string be used instead of the original string for comparison? #3

Closed
zeminzhou opened this issue Jul 30, 2021 · 1 comment

Comments

@zeminzhou
Copy link

Such as title

@peterboncz
Copy link
Collaborator

yes, for equality comparison you can compare two FSST compressed strings. With normal C++ string comparison, or even with strcmp() in C using FSST-0-terminated mode. Note that this only works if you used the same dictionary to compress both strings, of course.

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

2 participants