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.47k stars 234 forks source link

Fix : add ouput executables directory in CMakeLists.txt #214

Closed ZhangHuiGui closed 10 months ago

ZhangHuiGui commented 10 months ago

Simple fix. We can ouput executables into a single bin directory, just like absl.

greg7mdp commented 10 months ago

Thanks you for the suggestion @ZhangHuiGui . If this was a new project I would implement it, but at this point I don't change things in parallel-hashmap which are just a matter of preference (unless you can show a real issue with the way things are now).