Add comment
This commit is contained in:
parent
b40f2c0372
commit
0edd0fd255
|
@ -32,6 +32,14 @@
|
||||||
#include "hb-object-private.hh"
|
#include "hb-object-private.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. As a result, our filters have much higher.
|
||||||
|
*/
|
||||||
|
|
||||||
struct hb_set_digest_common_bits_t
|
struct hb_set_digest_common_bits_t
|
||||||
{
|
{
|
||||||
ASSERT_POD ();
|
ASSERT_POD ();
|
||||||
|
|
Loading…
Reference in New Issue