Add sorted cache data type
This adds a convenient new data type for caching the contents of file in memory when each item in that file corresponds to a name and you need to both be able to lookup items by name and iterate over them in some sorted order. The new data type has locks in place to manage usage in a threaded environment.
Showing
src/sortedcache.c
0 → 100644
src/sortedcache.h
0 → 100644
tests-clar/core/sortedcache.c
0 → 100644
Please
register
or
sign in
to comment