爲什麼 Git 不被視爲“區塊鏈”? - Why is Git not considered a “block chain”?

問題:

Git's internal data structure is a tree of data objects, wherein each objects only points to its predecessor. Git 的內部數據結構是一棵數據對象樹,其中每個對象只指向它的前身。 Each data block is hashed.每個數據塊都經過哈希處理。 Modifying (bit error or attack) an intermediate block will be noticed when the saved hash and the actual hash deviate.當保存的散列和實際散列偏離時,將注意到修改(位錯誤或攻擊)中間塊。

How is this concept different from block chain?這個概念與區塊鏈有何不同?
Git is not listed as an example of block chains, but at least in summaries, both data structure descriptions look alike: data block, single direction reverse linking, hashes, ...). Git 沒有被列爲區塊鏈的例子,但至少在總結中,兩種數據結構描述看起來很相似:數據塊、單向反向鏈接、哈希,......)。

So where is the difference, that Git isn't called a block chain?那麼,Git 不被稱爲區塊鏈的區別在哪裏?


解決方案:

參考一: https://stackoom.com/question/37okL
參考二: Why is Git not considered a “block chain”?
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章