$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John (EBo) David (ebo_at_[hidden])
Date: 2001-07-26 21:05:36
> Would there be any interest in an persistent vector with the exact
> same interface as std::vector that stores it's data in a persistent
> file? Preferably implemented using memory mapped files on plattforms
> were they are supported.
having persistant objects around can be VERY useful provided the
persistance mechanism is archectur independant.
There was a nice and fairly simple persistant object mechanism published
in the C++ Journel about a year ago... As I recall they used a
serializer...
EBo --