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
- Host: GitHub
- URL: https://github.com/dnbaker/kspp
- Owner: dnbaker
- License: mit
- Created: 2017-04-27T23:17:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T11:27:34.000Z (over 6 years ago)
- Last Synced: 2025-03-01T14:33:05.009Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.