Files
marigold_vector/README.md

5 lines
248 B
Markdown

# marigold_vector
vector datatype (dynamic/static array) implementation in C99 with toggle-able thread-safety via mutex locks.
designed to fit within 1 cache line (at or under 64btes on a 64bit system, and at or under 32bytes on a 32bit system.)