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

Conan package update for the last version v1.3.11? #190

Closed FrancoisDn closed 1 year ago

FrancoisDn commented 1 year ago

Hi, Is there some plan to publish the latest version of parallel-hashmap to conan.io? (https://conan.io/center/parallel-hashmap) I like is library, very performance and straightforward to use. When available, I prefer to use conan to integrate to my project.

greg7mdp commented 1 year ago

I was planning on updating to conan last weekend, but when I tried to use the new conan 2 version it didn't work at all. What conan version are you using?

FrancoisDn commented 1 year ago

Oh, ok, great to know. I use conan 1.59.0 because I had some problem with conan 2.0 and CMake integration.

greg7mdp commented 1 year ago

I'll try again with the 1.xx version. Thanks for using parallel-hashmap!

greg7mdp commented 1 year ago

Conan package was just updated to the latest phmap version! Yeah. See here