Search:
Forum
General C++ Programming
Pickling and C++
Pickling and C++
Nov 12, 2010 at 4:46pm UTC
rts1
(1)
What are the different ways to dump a C++ data structure as a Python pickle?
I am aware of:
(1) The PicklingTools library
http://www.picklingtools.com
(2) The Boost library
http://www.boost.org/doc/libs/1_38_0/libs/python/doc/v2/pickle.html
Are there other libraries?
I am also having trouble getting the Boost stuff working: I want to serialize a large dictionary so I can see how fast the different libraries are. Anyone have a simple example of creating a Python-like dictionary which then Boost serializes?
Thanks in advance.
Nov 13, 2010 at 4:03am UTC
PanGalactic
(1658)
There is also the Boost Serialization library.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs