mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[set-digest] Comments
This commit is contained in:
parent
bed2d3dd2b
commit
4d5348d660
1 changed files with 4 additions and 5 deletions
|
@ -31,11 +31,10 @@
|
|||
#include "hb-machinery.hh"
|
||||
|
||||
/*
|
||||
* The set-digests here implement various "filters" that support
|
||||
* "approximate member query". Conceptually these are like Bloom
|
||||
* Filter and Quotient Filter, however, much smaller, faster, and
|
||||
* designed to fit the requirements of our uses for glyph coverage
|
||||
* queries.
|
||||
* The set-digests implement "filters" that support "approximate
|
||||
* member query". Conceptually these are like Bloom Filter and
|
||||
* Quotient Filter, however, much smaller, faster, and designed
|
||||
* to fit the requirements of our uses for glyph coverage queries.
|
||||
*
|
||||
* Our filters are highly accurate if the lookup covers fairly local
|
||||
* set of glyphs, but fully flooded and ineffective if coverage is
|
||||
|
|
Loading…
Add table
Reference in a new issue