No description
- C 98.6%
- Makefile 0.8%
- Shell 0.6%
| avl | ||
| bptree | ||
| dev | ||
| framework | ||
| .gitignore | ||
| array_templates.h | ||
| import.sh | ||
| inotify.c | ||
| mkmodule.sh | ||
| queue_templates.h | ||
| queue_test.c | ||
| README.md | ||
| stack_templates.h | ||
| stack_test.c | ||
for learning purposes
- trying to emulate templates and classes in C using macros
- also tryig to write somewhat advances data structures like lsm tree, bptree
- create some abstractions for web, simple http client, etc.