mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
comment out serialize.cc example in CMakeLists as it requires Cereal.
This commit is contained in:
@@ -51,11 +51,6 @@ int main()
|
||||
// -----------------------
|
||||
showtime("serialize", [&table]() {
|
||||
ofstream os("z:\out.cereal", ios::binary);
|
||||
#if 0
|
||||
const unsigned int length = 8192;
|
||||
char buffer[length];
|
||||
os.rdbuf()->pubsetbuf(buffer, length);
|
||||
#endif
|
||||
cereal::BinaryOutputArchive archive(os);
|
||||
archive(table.size());
|
||||
archive(table);
|
||||
|
||||
Reference in New Issue
Block a user