Блог пользователя Taha1506

Автор Taha1506, история, 5 лет назад, По-английски

Can anyone suggest a good string hashing template to use? I had a look at katcl's one and it was complicated also tourist didn't have any string hashing algorithm on his github. I tried to implement it myself but I was not very good with c++ syntax to be able to write it my self. So any suggestions?

  • Проголосовать: нравится
  • +9
  • Проголосовать: не нравится

»
5 лет назад, скрыть # |
 
Проголосовать: нравится +14 Проголосовать: не нравится

Does this work?

I haven't benchmarked it thoroughly, but it should be fairly fast and easy to use.

»
5 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Template that supports only two hashes (which is typically enough though).