A C/C++ library with a mix of niceties and oddities. Built for C, works with C++.
- Generic (void*) hash table/map
- Trie
- Pair
- Multi map
- Generic list (void* but also tracks type)
- Matrix (WIP)
- String operations
- File interactions
- Memory management wrappers
- Unix operations
mkdir build
cd build
cmake ..
make
or
mkdir build
cd build
emcmake cmake ..
make