From e94bb3d906ff3733de7194c8a7b207872eabb338 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Mon, 11 Mar 2019 17:56:38 +0900 Subject: [PATCH] Change name HyperMinHash-java --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a8c951..2aac206 100644 --- a/README.md +++ b/README.md @@ -263,7 +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. +- [HyperMinHash-java](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.