libshmcache is a local cache in the share memory for multi processes. high performance due to read is lockless. libshmcache is 100+ times faster than a remote interface such as redis.
Related: I believe that it's possible to use the libshmcache C library as an allocator in RapidJSON... which could allow JSON values to be shared among a polyglot stack that has access to the same shared memory.
Hello,
Kudos on your great work!
I was wondering if you had considered implementing a rapidjson parser?
If not, I'd be interested in giving it a try. Please include any feedback/considerations you think could be helpful.
Thank you for your time/contributions, Jeff