FastFilter / xor_singleheader

Header-only binary fuse and xor filter library
Apache License 2.0
348 stars 32 forks source link

Typo in README.md #52

Closed yangzq50 closed 8 months ago

yangzq50 commented 8 months ago
  1. Should include binaryfusefilter.h instead in the C++ wrapper example. https://github.com/FastFilter/xor_singleheader/blob/1f7e18b2c1de0854e0da75d49a471d37c03e9e5f/README.md?plain=1#L77

  2. The first parameter of AddAll() cannot be const, because it may be edited by function binary_fuse_sort_and_remove_dup(). https://github.com/FastFilter/xor_singleheader/blob/1f7e18b2c1de0854e0da75d49a471d37c03e9e5f/README.md?plain=1#L90-L92

  3. Member variable name already changed from fingerprints to Fingerprints in commit b8268c9dbf3bb73e4fa50315f6287d20c85e8e78 . https://github.com/FastFilter/xor_singleheader/blob/1f7e18b2c1de0854e0da75d49a471d37c03e9e5f/README.md?plain=1#L100