G2Labs Grzegorz Grzęda
C containers library
April 15, 2023
I created a simple C containers library. Due to its simplicity I recommend it for small, embedded projects, were we:
- run low on memory,
- want to execute fast,
- do all the initialization/registering at the beginning of code execution.
Check out my containers library.