This library is the collection of structs and functions useful to me. Ignore this library, if those function are not useful to you.
@todo:
serializer
is the struct that would allow to push into memory_buffer objects, like integers, strings, other memory buffers, etc.;deserializer
is the struct that would allow to sweep through memory_buffer object, while interpreting the memory in it as objects, like integers, strings, other memory buffers, etc.;- Remove platform-dependent code from root of the library, it should only be accecable through
platform.hpp
andos/platform_xxxx.cpp
; - Ring buffer;
- Good enough, but simple hash table;