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.
IPC is a C++ library that provides inter-process communication using shared memory on Windows. A .NET wrapper is available which allows interaction with C++ as well.
With the user-header from #14 it is now possible to add custom meta information alongside the user-payload. While this makes some functionality easier, it has some drawbacks for the record and replay functionality since there is now some opaque data which might need some adjustment before the replay, e.g. a timestamp. A curated list of known user-header will help th
Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.
Brief feature description
With the user-header from #14 it is now possible to add custom meta information alongside the user-payload. While this makes some functionality easier, it has some drawbacks for the record and replay functionality since there is now some opaque data which might need some adjustment before the replay, e.g. a timestamp. A curated list of known user-header will help th