updated more names to vector from dynamic_array

This commit is contained in:
2026-05-25 14:30:43 -05:00
parent a1fdf5f0c6
commit 23dea850c4
5 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
# marigold_dynamic_array # marigold_vector
dynamic_array implementation in C (likely will be C99 or C17) with toggle-able thread-safety via mutex locks. 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.)