Fast disk-based hashtables?

前端 未结 6 755
伪装坚强ぢ
伪装坚强ぢ 2020-12-04 11:30

I have sets of hashes (first 64 bits of MD5, so they\'re distributed very randomly) and I want to be able to see if a new hash is in a set, and to add it to a set.

S

6条回答
  •  粉色の甜心
    2020-12-04 12:10

    Other disk-based hashing algos/data structures include linear hashing and extensible hashing.

提交回复
热议问题