You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2026. It is now read-only.
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.
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.