We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2a58a commit 272b521Copy full SHA for 272b521
README.md
@@ -2,6 +2,11 @@
2
3
Benchmarks for set data structures: hash maps, FSA's, etc.
4
5
+There is also a comparison with bloom filters, but note that this is a
6
+*probabilistic* data structure – you will get a certain amount of false
7
+positives when testing for membership. The other data structures are all
8
+non-probabilistic.
9
+
10
## Running
11
12
For all benchmarks:
0 commit comments