I'm looking for the fastest in-memory cache/hashtable available for PHP.
I will be storing some system-configuration values in it and I'm trying to get the least possible overhead.
The data will be small and granular.
What would you recommend and why?