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
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
The text was updated successfully, but these errors were encountered:
Is there an existing request for this?
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
The text was updated successfully, but these errors were encountered: