updated more names to vector from dynamic_array
This commit is contained in:
@@ -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.)
|
||||||
|
|||||||
Reference in New Issue
Block a user