libdynamic is a group of single file libraries for C, implementing high performance data types such as buffers, lists, vectors and maps. It is used for example in libreactor.
Include header files where needed and link with -flto to avoid code duplication.
The test suite requires cmocka and valgrind.
./configure
make check
libdynamic follows the semantic versioning scheme.
libdynamic is licensed under the zlib license.