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

examples/{dump_nested,hash}.cc have executable flag set #169

Closed smoe closed 2 years ago

smoe commented 2 years ago

The files

examples/dump_nested.cc
examples/hash.cc

have the executable flag set.

greg7mdp commented 2 years ago

Thanks for reporting this, @smoe , these are fixed.