Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Is there crate for segmented vector?
I wanta Vec like API but without guarantee of continuity in memory.
It should store first X elements in a fixed size array inside, and everything that spilled over should be in heap. Kind of how GermanString works.
Thanks.
3 posts - 2 participants
🏷️ rust_feed