greg7mdp / parallel-hashmap

A family of header-only, very fast and memory-friendly hashmap and btree containers.
https://greg7mdp.github.io/parallel-hashmap/
Apache License 2.0
2.53k stars 239 forks source link

About the latest release #170

Closed chenrui333 closed 2 years ago

chenrui333 commented 2 years ago

👋 it looks like the latest version got marked with 1.3.8 (vs 1.36 before), let me know if that is intentional. Thanks!

image

greg7mdp commented 2 years ago

Yes, that was intentional, I switched to semantic versioning scheme, thanks for asking @chenrui333 !

chenrui333 commented 2 years ago

Cool, thanks @greg7mdp!