2026-05-26 13:40:09 -05:00
2026-05-17 02:43:33 -05:00
2026-05-16 15:25:58 -05:00
2026-05-16 15:25:58 -05:00

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%