Random commentary about Machine Learning, BigData, Spark, Deep Learning, C++, STL, Boost, Perl, Python, Algorithms, Problem Solving and Web Search
Monday, February 2, 2009
Boost::serialization for storing generic class
Boost serialization is a lovely collection for storing generic classes. Here you have example for serializing int, list of int, vectors of lists of floats (STL containers), and your own class.
How good is boost's serialization of hash map?
ReplyDeletebtw, nice blog, keep 'em coming, i've added it to google reader.
pretty good. here you have some related topic
ReplyDeletehttp://codingplayground.blogspot.com/2008_06_01_archive.html