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

Linked Pages data structure #48

Open
1 task done
spmadden opened this issue Dec 18, 2023 · 0 comments
Open
1 task done

Linked Pages data structure #48

spmadden opened this issue Dec 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@spmadden
Copy link
Owner

Is there an existing request for this?

  • I have searched existing issues

Statement of Objective

A data structure to hold millions of elements, that can exceed the size of a standard usize array on 32-bit addressed systems and doesn't need copying to resize.

Proposed Solution

Linked list of 4k pages of elements. Fill a page, allocate a new one, keep going.

Alternatives

No response

Additional context

No response

@spmadden spmadden added the enhancement New feature or request label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant