Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 535 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 535 Bytes

cicada

My own personal collection of data structures implemented in C.

Data Structures

All data structures use void* as values to implement generic storage. They are NOT thread safe.

Documentation

Coming soon.

Testing

Cicada is written in C11 and has no dependencies. Can be built with clang or gcc.

cd tests
make
./tests