Hi!
I'm looking for efficient algorithm for storing and fetching data by key. I've already read about Litvin linear dynamic hash and another methods, but still, i wonder is there some way to get (search, calculate) key in VERY large binary file (consider more than 100 gb)?
I'm just curios is there ANY algorithm which works without performance degradation :)
as was asked, some example of key:value here:
key: sha1 hash (20 bytes raw data - indexing and retrieving done by this key)
value: bytes[100] always.