martinus / robin-hood-hashing

Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
https://gitter.im/martinus/robin-hood-hashing
MIT License
1.5k stars 143 forks source link

Inconsistent tags #35

Closed egorpugin closed 5 years ago

egorpugin commented 5 years ago

Hi,

You have some tags with 'v' prefix and others do not have it. Is it possible to use consistent tags (any option), to keep scripts stable?

martinus commented 5 years ago

Hi! I didn't know anyone uses this in a script I've now made all tags consistently without 'v' prefix and will keep doing that.

egorpugin commented 5 years ago

Thank you.