Interest in mmapped container library

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? -- Dmitry Prokoptsev

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

Hi, 2012/9/19 Dmitry Prokoptsev <dprokoptsev@gmail.com>:
[...] 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. [...]
Please, I am interested! regards Andreas
participants (2)
-
Andreas Pokorny
-
Dmitry Prokoptsev