Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

c++ and DBM/object-serialization

Status
Not open for further replies.

DoraC

Programmer
May 7, 2002
98
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top