simplx icon indicating copy to clipboard operation
simplx copied to clipboard

C++ development framework for building reliable cache-friendly distributed and concurrent multicore software

Results 2 simplx issues
Sort by recently updated
recently updated
newest added

After these commands : _mkdir build && cd build cmake .._ executed successfully, i encountered an error for make command (see screenshot below). In simplx/include/trz/connector/http/server/serverprocess.hpp, replacing #include "trz/util/timer.h" by #include...

Hi there, I'm found the following calculation in cacheline.h: `inline static size_t cacheLineAlignedSize(size_t sz) noexcept { return (CACHE_LINE_SIZE * ((sz + CACHE_LINE_SIZE - 1) / CACHE_LINE_SIZE)) + CACHE_LINE_SIZE - 1;...