in reply to Frequently updating large datastructures

What you are describing is a database. If you have access to one, you should probably use that. If you can only work with flat files, I think DBD::CSV might be a reasonable option. Then, you'd have to figure out how to handle it in C++, but that's another story. I assume that C++ has CSV libraries, right?

Cheers,
Ovid

Vote for paco!

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.

  • Comment on (Ovid) Re: Frequently updating large datastructures