Skip to content
Marxos edited this page Dec 6, 2022 · 2 revisions

A hash resolves an item in an address space in O(1) performance. Modern hard drives are so big that you could design a hash that resolves to the absolute hard-disk address space where the file starts.

In a p2p network like Singularity, the hash might even resolve to other nodes on the network.

Clone this wiki locally