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.)

Description
dynamic_array implementation in C99 with toggle-able thread-safety via mutex locks.
Readme AGPL-3.0 465 KiB
Languages
C 94.5%
Makefile 5.5%