Subject: Re: [boost] Interest in mmapped container library
From: Andreas Pokorny (andreas.pokorny_at_[hidden])
Date: 2012-09-20 06:11:05


Hello,

2012/9/19 Dmitry Prokoptsev <dprokoptsev_at_[hidden]>:
> 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