提交 0edd0fd2 编写于 作者: B Behdad Esfahbod

Add comment

上级 b40f2c03
......@@ -32,6 +32,14 @@
#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
{
ASSERT_POD ();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册