Ask HN: A Shared Memory In Process Database
I have been looking at Databases like LevelDB and Kyoto Cabinet looking for something that would give me an in process key-value store that could share memory with another process. That would allow multiple processes to use the same memory to access the data. I saw a ruby implementation on localmemcached but that used multiple instances of mmapped files. Does anyone know of a project like this ?
0 comments
[ 2.9 ms ] story [ 11.0 ms ] threadNo comments yet.