- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
> At its core, Swarm implements a distributed content-addressed chunk store.
> Chunks are arbitrary data blobs with a fixed maximum size (currently 4KB).
> Content addressing means that the address of any chunk is deterministically derived from its content.
> The addressing scheme falls back on a hash function which takes a chunk as input and returns a 32-byte long key as output.
> A hash function is irreversible, collision free and uniformly distributed (indeed this is what makes bitcoin, and in general proof-of-work, work).
исключая лишнее
> derived from content
> content = 4KB
> 32-byte output
> collision free!
изобрели «распределенную» кассандру, блядь
https://github.com/axic/mango
https://medium.com/@alexberegszaszi/mango-git-completely-decentralised-7aef8bcbcfe6
особенно прошу отметить, что поехавший начинает с того, что гит - это централизованная система версионирования
А вот централизованную систему децентрализованной так просто сделать не получится.