Skip to content

Commit

Permalink
document default BitPerEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Oct 17, 2016
1 parent 64d52c0 commit ebc792e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bloom.d
Expand Up @@ -21,15 +21,15 @@ import core.bitop, std.typecons;
* $(TROW 1, 63.2%)
* $(TROW 2, 39.3%)
* $(TROW 3, 23.7%)
* $(TROW 4, 14.7%)
* $(TROW 4, 14.7% (default))
* $(TROW 5, 9.18%)
* $(TROW 6, 5.61%)
* $(TROW 7, 3.47%)
* $(TROW 8, 2.15%)
* $(TROW 9, 1.33%)
* )
* Params:
* BitsPerEntry = Set the number of bits allocated per entry.
* BitsPerEntry = Set the number of bits allocated per entry (default 4).
* cheapHash = Use a faster but less good hash function.
*
* Macros:
Expand Down

0 comments on commit ebc792e

Please sign in to comment.