Is there crate for segmented vector?
⚓ Rust 📅 2025-07-08 👤 surdeus 👁️ 18I 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