Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition from zip-list to entry core #454

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pvandyken
Copy link
Contributor

The entry table uses entry-first strides. This will be a much more efficient storage method for future API that makes individual entries more accessible. As much of the core as is currently feasible is rewritten to use entries over zip-lists

The public API is completely unchanged as of now.

Tests for filtering are largely unchanged, although some may be redundant at this point.

@github-actions github-actions bot added the enhancement New feature or request label Jul 26, 2024
@pvandyken pvandyken added maintenance Updates or improvements that do not change functionality of the code and removed enhancement New feature or request labels Jul 26, 2024
The entry table uses entry-first strides. This will be a much more
efficient storage method for future API that makes individual entries
more accessible. As much of the core as is currently feasible is
rewritten to use entries over zip-lists

The public API is completely unchanged as of now.

Tests for filtering are largely unchanged, although some may be
redundant at this point.
@github-actions github-actions bot added the enhancement New feature or request label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maintenance Updates or improvements that do not change functionality of the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant