Skip to content

Various containers written for C programmers who need complete control over their memory.

License

Notifications You must be signed in to change notification settings

agl-alexglopez/ccc

Repository files navigation

C Container Collection (CCC)

This repository contains various data structures written to support C programmers across many disciplines. This library is a byproduct of working with the pintOS operating system at Stanford University. It is designed around giving the programmer maximum control over their memory; specifically this library is focussed on giving the programmer maximum control over how and when memory is allocated and deallocated.

Installation

Currently, this library supports a manual installation via CMake. See the INSTALL.md file for more details.

About

These containers are functional, but still a work in progress. A release version is not yet ready. All containers provided by this library can be viewed in the ccc/ folder. More details on usage and design of the library is coming soon.