Tessil / ordered-map

C++ hash map and hash set which preserve the order of insertion
MIT License
517 stars 67 forks source link

Add support for efficient serialization #25

Closed Tessil closed 5 years ago

Tessil commented 5 years ago

This PR adds two new methods

to tsl::ordered_map/set.

They take advantage of the internals of the data structure to provide an efficient way to serialize/deserialize the structure when hash_compatible = true.

Fix feature request #24.