Fastest Hash Algorithm for Text Data

前端 未结 8 910
無奈伤痛
無奈伤痛 2020-12-08 11:25

I\'m trying to choose a hash algorithm for comparing about max 20 different text data.

Which hash is better for these requirements?

  • Less CPU Consumpti
8条回答
  •  伪装坚强ぢ
    2020-12-08 12:16

    Paul Hsieh has a decent, simple, fast, 32-bit SuperFastHash that performs better than most existing hash functions, is easier to understand/implement, and sounds like it meets your criteria.

提交回复
热议问题