Post #1463117
2026-04-20 20:53 UTC
What would you use if you don’t know how much space you were going to need in advance, and you were gonna only read the data once for every time the structure got created.
Replies (1)
-
@panda_abyss@lemmy.ca 2026-04-20 21:58
Array list/vector types often have dynamic resize built in, and then if you can benchmark it that always helps.