Are there any simple and/or efficient methods of managing collections that change in size over time? Things like Stacks, Queues, Linked-lists, etc.
I know how to implement these from scratch using statically sized arrays in a proper programming language, but I suspect that to do so in papyrus would result in a very slow data-structure.