From 113975b39d6d198a09dd92b07a0b907b5f3300f5 Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Sun, 24 Feb 2019 05:08:10 -0800 Subject: [PATCH] Add HyperMinHash --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44233d2..6a8c951 100644 --- a/README.md +++ b/README.md @@ -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.