$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Interest in mmapped container library
From: Dmitry Prokoptsev (dprokoptsev_at_[hidden])
Date: 2012-09-18 19:14:32
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