From a77160cbd14cc866409ab71d90edf32eb29a9a84 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Mon, 2 Dec 2024 21:32:47 -0500 Subject: [PATCH] minor copy --- hugo-site/content/news/summary-delta-sync.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo-site/content/news/summary-delta-sync.md b/hugo-site/content/news/summary-delta-sync.md index b8203e5c..254a13f8 100644 --- a/hugo-site/content/news/summary-delta-sync.md +++ b/hugo-site/content/news/summary-delta-sync.md @@ -59,9 +59,9 @@ arrays, and their structure is defined by the Wasm contract. In Freenet, the key-values are stored using a [small world]({{< relref "small-world-networks.md" >}}) topology, which has interesting properties for distributed consistency. For a given key, nodes subscribe to the value, forming a connected "tree" structure, with -the root being the node closest to the key. Updates propagate through this tree using the **Summary-Delta -Convergence** mechanism—similar to a virus spreading through a network. This ensures that changes are -efficiently propagated to all subscribing nodes, achieving eventual consistency over time. +the root being the node closest to the key. Updates propagate through this tree using a mechanism—similar +to a virus spreading through a network. This ensures that changes are efficiently propagated to all +subscribing nodes, quickly achieving eventual consistency. #### Illustrating Summary-Delta Synchronization: The Color Mixing Analogy