happyfish100 / libshmcache

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.
449 stars 136 forks source link

Feature Request: rapidjson serializer #22

Open jmealo opened 6 years ago

jmealo commented 6 years ago

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

jmealo commented 6 years ago

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.