Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Subversion Wiki" for 
change notification.

The "StarDelta" page has been changed by StefanFuhrmann:
http://wiki.apache.org/subversion/StarDelta?action=diff&rev1=6&rev2=7

  == Introduction ==
  
  FSFS currently uses xdelta to store different version of the same node 
efficiently.
- Basically, we represent node $$x_i$$ as
+ Basically, we represent node x_i as
  
-       $$x_i = x_i-1 o \delta(x_i, x_i-1)$$
+       x_i = x_i-1 o \delta(x_i, x_i-1)
      x_i-1 = x_i-2 o \delta(x_i-1, x_i-2)
           ...
        x_0 = x_0

Reply via email to