Skip to content

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

Notifications You must be signed in to change notification settings

agottem/libcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published