Skip to content

Commit

Permalink
Be explicit but parenthetical about status of bltab(fingerprints).
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed May 26, 2023
1 parent e2c18c9 commit 8666ccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ So, e.g., on my primary 32 GiB RAM dev box with `bu/zipf`, I cannot make exact
`lfreq` slower than Approximately Most Often sketches(`bu/oft`). `tests/bl.nim`
shows another example in a Bloom filter / membership approximation context where
spending 2-4X what a Bloom takes space-wise can buy a 7-10X latency shrink.
(histograms & UCE are both pretty good deals, though, if errors are acceptable.)
(histograms & UCE are both pretty good deals, though, if errors are acceptable,
and `adix/bltab` with fingerprint keys is arguably just "a better sketch").

A little more on LPTabz & friends
=================================
Expand Down

0 comments on commit 8666ccf

Please sign in to comment.