Skip to content

Use Set instead of SparseBitList #2

@SteffenPL

Description

@SteffenPL

Seems like the SparseBitList type which I made for this package is redundant. Using the Base.Set and a sizehint! is probably better in every aspect.

I will change it to Set and remove SparseBitList entirely.


One the other hand, lookup in Vector is faster for small sets: https://bkamins.github.io/julialang/2022/04/08/fast2.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions