-
Notifications
You must be signed in to change notification settings - Fork 1
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.
License
agottem/libcontainer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
For detailed information on using the C container library and for the latest version, please visit: http://www.agottem.com/libcontainer To build and install the C container library, perform the following commands: cd container/ ./configure make sudo make install To build the examples, perform the following commands: cd examples/ make The example programs will be placed into the examples/bin directory.
About
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.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published