Hi,
I've been working on a project in Python, but it has turned out to be too slow to handle the volume of data I need to work with. For my project, I've been using DBM tools (specifically, CDB) and object serialization - essentially creating a DBM file with values consisting of serialized ("pickled", in Python talk) complex data structures. I'd like to try this in C++ to see if there is any performance gain to be had. However, I've not had much luck tracking down serialization and/or DBM literature for C++. Are there commonly-available tools people have worked with that they can recommend? This work is being done on Solaris unix machines.
Thanks!!!!!!!
dora c
I've been working on a project in Python, but it has turned out to be too slow to handle the volume of data I need to work with. For my project, I've been using DBM tools (specifically, CDB) and object serialization - essentially creating a DBM file with values consisting of serialized ("pickled", in Python talk) complex data structures. I'd like to try this in C++ to see if there is any performance gain to be had. However, I've not had much luck tracking down serialization and/or DBM literature for C++. Are there commonly-available tools people have worked with that they can recommend? This work is being done on Solaris unix machines.
Thanks!!!!!!!
dora c