Skip to content

False negative in Golomb compressed set 2 (test directory) #19

@richardstartin

Description

@richardstartin

Steps to reproduce:

Hash.setSeed(-2130647756636796307L);
long[] keys = new long[] {1, 2, 3};
int bitsPerKey = 8;
var filter = GCS2.construct(keys, bitsPerKey);
assertTrue(filter.mayContain(1)); // false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions