The C container library, also known as 'libcontainer', implements generic containers in proper C style. Operations on containers have no unnecessary overhead and provide extensive flexibility in regards to memory allocation, container-specific data locality, and multithreaded locking placement.
Stars
17
Forks
1
Watchers
17
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
1. Add new std container and std hash functionality
e2d333fView on GitHub1. Fix CONTAINER__CONTAINER_OF macro to eliminate type-punning warning
500c91cView on GitHub