dat-ecosystem-archive / docs

Documentation resources for dat and the surrounding ecosystem [ DEPRECATED - see https://github.com/hypercore-protocol/new-website/tree/master/guides for similar functionality. More info on active projects and modules at https://dat-ecosystem.org/ ]
https://dat-ecosystem-archive.github.io/docs/
530 stars 96 forks source link

Rabin fingerprinting is not currently used #121

Open bnewbold opened 6 years ago

bnewbold commented 6 years ago

This seems to cause frequent confusion. Eg, here's recent stackoverflow post:

https://stackoverflow.com/questions/51587833/can-dat-protocol-efficiently-support-live-streaming-of-video

I think "How Dat Works" should be updated, but I don't have a patch at this time.

Frando commented 5 years ago

Also, under "How is Dat different than IPFS?", it says:

IPFS and Dat share a number of underlying similarities but address different problems. Both deduplicate content-addressed pieces of data and have a mechanism for searching for peers who have a specific piece of data.

This should be reworded, as it is not true. Dat does not currently deduplicate data, and is not content-addressed, and does not really have a "mechanism for searching for peers who have a specific piece of data".