
20 Sep
2012
20 Sep
'12
10:11 a.m.
Hello, 2012/9/19 Dmitry Prokoptsev <dprokoptsev@gmail.com>:
Hello all,
I have a library which provides capability of data serialization in a way that serialized data can be mmap()-ed back and then used with the same interface without any additional memory or time cost.
A short usage example: https://gist.github.com/3656916
Is there an interest in such library?
There is interest. That is probably the reason why boost::interprocess and the container library exists. Could you compare your library to the container and interprocess. regards Andreas