sharedstructures icon indicating copy to clipboard operation
sharedstructures copied to clipboard

Dynamically-sized shared-memory data structures in C++ and Python 3

Results 3 sharedstructures issues
Sort by recently updated
recently updated
newest added

Having trouble building on Arch Linux. ``` $ make [ 3%] Building CXX object CMakeFiles/sharedstructures.dir/src/Allocator.cc.o In file included from /tmp/sharedstructures/src/Allocator.hh:5, from /tmp/sharedstructures/src/Allocator.cc:1: /tmp/sharedstructures/src/Pool.hh:191:27: error: ignoring packed attribute because of unpacked...

Hi Guys, I'm using Ubuntu 20.04, but python cannot find the module (ModuleNotFoundError: No module named 'sharedstructures') and neither can I on my OS. I get the messages from cmake:...

# I get the compliation errror: `/usr/bin/ld: /usr/local/lib/libsharedstructures.a(LogarithmicAllocator.cc.o): in function `sharedstructures::LogarithmicAllocator::verify() const': /home/ilja/sharedstructures/src/LogarithmicAllocator.cc:514: undefined reference to `string_printf[abi:cxx11](char const*, ...)' /usr/bin/ld: /home/ilja/sharedstructures/src/LogarithmicAllocator.cc:519: undefined reference to `string_printf[abi:cxx11](char const*, ...)' /usr/bin/ld: /home/ilja/sharedstructures/src/LogarithmicAllocator.cc:523: undefined...