Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/64/ds

Simple and (relatively) efficient C data structures.
https://github.com/64/ds

c data-structures

Last synced: 17 days ago
JSON representation

Simple and (relatively) efficient C data structures.

Awesome Lists containing this project

README

        

# Data Structures

Simple data structures written in C. Primarily intended for my hobby operating system but can easily be adapted for other uses (since there are no dependencies on any other library, apart from the testing code).

Run `make test` in the main directory to build and run the tests. Otherwise the makefile will produce `libds.a` in the build directory.