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

Investigate RRR encoding for our Bloom filters (and CountMin Sketches?) #1074

Open
ctb opened this issue Jun 9, 2015 · 1 comment
Open
Labels
Milestone

Comments

@ctb
Copy link
Member

ctb commented Jun 9, 2015

From Sequence Bloom Trees, http://biorxiv.org/content/early/2015/03/26/017087, ref 17:

[17] Rajeev Raman, Venkatesh Raman, and S. Srinivasa Rao. Succinct indexable dictionaries with applications to encoding k-ary trees and multisets. In Proceedings of the Thirteenth Annual ACM-SIAM Symposium on Discrete Algorithms, SODA ’02, pages 233–242, Philadelphia, PA, USA, 2002. Society for Industrial and Applied Mathematics.

Apparently this permits O(log N) querying of Bloom filters. Might have to be adapted for our implementation.

@mr-c mr-c added this to the unscheduled milestone Jul 30, 2015
@mr-c mr-c added the C++ label Jul 30, 2015
@ctb
Copy link
Member Author

ctb commented Nov 8, 2015

keyword: compression.

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

No branches or pull requests

2 participants