1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2024-11-27 11:36:07 -05:00

Add HyperMinHash

This commit is contained in:
Sherif A. Nada 2019-02-24 05:08:10 -08:00 committed by Andreas Kull
parent 22d611c702
commit 113975b39d

View file

@ -263,6 +263,7 @@ A curated list of awesome Java frameworks, libraries and software.
- [Apache Parquet](https://parquet.apache.org) - Columnar storage format based on assembly algorithms from Google's paper on Dremel.
- [Apache Thrift](https://thrift.apache.org) - Data interchange format that originated at Facebook.
- [Big Queue](https://github.com/bulldog2011/bigqueue) - A big, fast and persistent queue based on memory-mapped files.
- [Hyper MinHash](https://github.com/LiveRamp/HyperMinHash-java) - Probabilistic data structure for computing union, intersection, and set cardinality in loglog space.
- [Persistent Collection](https://pcollections.org) - Persistent and immutable analogue of the Java Collections Framework.
- [Protobuf](https://github.com/google/protobuf) - Google's data interchange format.
- [SBE](https://github.com/real-logic/simple-binary-encoding) - Simple Binary Encoding, one of the fastest message formats around.