Skip to content

XorBinaryFuse8 failed to construct on some data #31

@konghuarukhr

Description

@konghuarukhr
public static void main(String[] args) {
        int n = 500000;
        long[] keys = new long[n];
        for (int i = 0; i < n; i++) {
            keys[i] = i;
        }
        XorBinaryFuse8.construct(keys);
    }

Execute this code will report:

java.lang.ArrayIndexOutOfBoundsException: 500001

Is there any paper/draft can help understand xor binary fuse algorithm?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions