https://github.com/aosync/commons
https://github.com/aosync/commons
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aosync/commons
- Owner: aosync
- License: unlicense
- Created: 2021-01-25T12:22:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T21:47:49.000Z (over 5 years ago)
- Last Synced: 2026-01-02T21:42:20.274Z (6 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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