When creating a filter it's not clear that if the type isTableTypePacked the provided tagsPerBucket is ignored and always b=4.
Therefore clarify it in the README.
Should consider making it more clear in the code (e.g. 2 different new filter functions per type with no option to adjust b for "packed" type)
When creating a filter it's not clear that if the type is
TableTypePacked
the providedtagsPerBucket
is ignored and always b=4. Therefore clarify it in the README.Should consider making it more clear in the code (e.g. 2 different new filter functions per type with no option to adjust b for "packed" type)