Kixiron / lasso

A fast, concurrent string interner
Apache License 2.0
137 stars 20 forks source link

Fix key value in ThreadedRodeo deserialization #44

Open ytanay opened 1 year ago

ytanay commented 1 year ago

The key is set to be the highest key seen during deserialization, causing the insertion immediately following the deserialization to create a collision in the string map

ahayworth commented 11 months ago

I ran into this today when adding serialization to an application using this crate. Glad to see there's a fix already! (And, thank you!)