Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.
This repository was archived by the owner on Jun 25, 2026. It is now read-only.

The main index should be able to grow larger than what fits into memory #10

Description

@psFried

The main index should be able to grow very large without running out of memory. This means we have to be able to page ranges in and out. We should look into existing libraries for this, as there may be something out there. Note that whatever we use has to be able to handle inserting elements out of order, so something like FST is no good here.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions