Data Structures
Buffer
, a simple memory buffer
Array
, a simple one dimensional array with implicit indexing
Primitive Circular Buffer
, a buffer with a single read/write pointer
Bit array
, an array with addressing of individual bits
…