Boost logo

Boost Users :

Subject: [Boost-users] Persistent graphs with boost::graph
From: Maurizio Vitale (mrz.vtl_at_[hidden])
Date: 2013-07-24 11:49:50


Hello boost-users,
  is anybody aware of a library for building persistent graphs (graphs that
allow access to a certain number of previous versions of the graph) on top
of boost::graph?
I don't really need access to versions after every modification, but rather
I consider a new version as obtained by a set of modifications that are
committed as a vlock, database style.
I'm interested in large graphs, so memory sharing across versions is
critical. Changes between versions are minimal (few nodes/edges in graphs
with O(1M) nodes each with very few edges)

Thanks,

  Maurizio



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net