]> git.ipfire.org Git - people/ms/libloc.git/commit
Add deduplicated and memory-efficient string pool
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Dec 2017 12:36:11 +0000 (12:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Dec 2017 12:36:11 +0000 (12:36 +0000)
commit62b83e6d9749b1b1d04bef39e16ce95a4792c7e4
tree45dbf4824128b989b9bf66e6c3db633b732721fa
parent46aded9aedd3d33d5e3f4d12478e43589c0e5424
Add deduplicated and memory-efficient string pool

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/.gitignore
src/libloc.sym
src/stringpool.c [new file with mode: 0644]
src/stringpool.h [new file with mode: 0644]
src/test-stringpool.c [new file with mode: 0644]