Skip to content

Commit b4d9dcc

Browse files
authored
Update readme (#16)
* Updated readme
1 parent de3e97d commit b4d9dcc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This is a rust implementation of [Google's HyperLogLog](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/40671.pdf) algorithm
44

5+
## Features
6+
7+
- [x] Support for primitive data types
8+
- [x] Support for custom data types
9+
- [x] Pluggable hasher
10+
- [x] Save state
11+
- [x] Load state
12+
13+
14+
515
Usage:
616

717
```rust

0 commit comments

Comments
 (0)