in reply to Frequently updating large datastructures
But one option that might be a fit is to use Berkeley DB. That has both Perl and C++ interfaces (though you will have to pay a licensing fee to use it in a non-Open Source C++ program) and allows you to simultaneously access a very large (though simple) data structure in both languages and update it from either.
|
|---|