A C++11 library for serialization
Go to file
Shane Grant 30a1fa6d38 Adding initial performance testing
So far I've only played around with std::vector<double> for size 7 or size 1M, we are smaller when the header is a
significant portion and the same size (though always smaller due to no header) at larger sizes, but we basically run at
the same speed and same size for vectors of doubles
2013-06-16 19:10:09 -07:00
binary_archive Added unit tests for complex and bitset 2013-06-16 11:31:59 -07:00
details Empty class elision, and priority_queue unit tests 2013-06-14 18:05:08 -07:00
json_archive working on pointer support 2013-06-13 12:17:59 -07:00
.gitignore Adding initial performance testing 2013-06-16 19:10:09 -07:00
boost_serialize.cpp const_cast for save(), seeking for binary_oarchive 2013-06-14 12:17:21 -07:00
cereal.hpp Empty class elision, and priority_queue unit tests 2013-06-14 18:05:08 -07:00
Makefile Adding initial performance testing 2013-06-16 19:10:09 -07:00
performance.cpp Adding initial performance testing 2013-06-16 19:10:09 -07:00
test.cpp Adding bitset and complex, both untested 2013-06-15 23:26:47 -07:00
unittests.cpp Added unit tests for complex and bitset 2013-06-16 11:31:59 -07:00