hash - LeFreq/Singularity GitHub Wiki

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.