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

https://github.com/dnbaker/kspp

C++/RAII port of kstring_t from klib
https://github.com/dnbaker/kspp

Last synced: 12 days ago
JSON representation

C++/RAII port of kstring_t from klib

Awesome Lists containing this project

README

          

# kspp
RAII port of `kstring_t` from klib.

### Related work
`kmp::Pool` is a simple memory pool which reuses pointers which have already been allocated.

Part of kbtree has been ported. There are some issues with memory management, and it is not ready for use.

#
[klib](https://github.com/attractivechaos/klib) is Copyright (c) by Attractive Chaos , which this work is a simple port of.
I release it in the hope that it will be useful.