Module rupta::util::chunked_queue
source · Structs§
- This queue is implemented as a linked list of chunks, where each chunk is a small buffer that can hold a handful of elements. Chunks need to be dynamically allocated as elements get pushed. This queue is supposed to be faster thanthan
LinkedList. - This Iter supports iterating a dynamically growing queue that contains copyable elements