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

https://github.com/aosync/commons


https://github.com/aosync/commons

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# commons

Small miscellaneous headers of useful stuff.

- `vec.h`: very fast generic dynamic arrays implementation
- `str.h`: based on `vec.h`, basic dynamic string implementation
- `ll.h`: generic double linked list implementation
- `hash.h`: generic `char*` to `T` hashmap implementation