We should use cxx::function instead of cxx::function_ref in the cxx::unique_ptr. But when we do the transition it is likely that the custom deleter classes will remain since they will also work with cxx::function. This should be cleaned up since they are no longer required.
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.
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
We should use
cxx::function
instead ofcxx::function_ref
in thecxx::unique_ptr
. But when we do the transition it is likely that the custom deleter classes will remain since they will also work withcxx::function
. This should be cleaned up since they are no longer required.cxx::function_ref
withcxx::function