Skip to content

Commit a7a0d2c

Browse files
Update README.md
1 parent 002dceb commit a7a0d2c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bloomfilter/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@
2525
- Apache HBase uses bloom filter to boost read speed by filtering out unnecessary disk reads of HFile blocks which do not contain a particular row or column
2626
- Cassandra uses bloom filters
2727

28-
**Java implementation of Bloom Filter**
28+
# Java implementation for Bloom Filter
29+
30+
- No default JDK implementation
31+
- Guava Implementation [example](https://www.baeldung.com/guava-bloom-filter)
32+
- Bloom Filter implementation with hash functions based on SHA-256 and Murmur [example]()

0 commit comments

Comments
 (0)