in reply to Re: Sharing a rather large data structure between siblings
in thread Sharing a rather large data structure between siblings

I have used them. BerkeleyDB is extremely fast for read-only access, if you use the BerkeleyDB module and avoid the tied interface.
  • Comment on Re^2: Sharing a rather large data structure between siblings