C-Memo
Generic Memoization Library for C
A function memoization library for C, meant to make caching the values of functions relatively straightforward and simple. Allows memoization of functions to different contexts, so that sets of memoization caches can be cleared separately.
Currently, this has only been tested with the GNU C compiler and has limited test coverage, so it is considered as Beta.
If anyone wishes to contribute bugfixes, cross-compiler portability extensions, or other enhacements please feel free to contact via PM.