Tessil / ordered-map

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

serialization #24

Closed karasikov closed 5 years ago

karasikov commented 5 years ago

Dear developers of Tessil,

Would it be possible to add serialization functions or a way to get/set internal members for faster loading of map/set?

Tessil commented 5 years ago

Hello,

Yes I'll see to add this possibility when I have a bit of time.

It'll be similar to Tessil/sparse-map serialization.

Tessil commented 5 years ago

I added support for more efficient serialization, check https://github.com/Tessil/ordered-map#serialization for details.