You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Scott Wilson (JIRA)" <ji...@apache.org> on 2011/02/04 00:14:31 UTC

[jira] Created: (WOOKIE-179) Use diff-match-patch to synchronize deltas in Wave feature

Use diff-match-patch to synchronize deltas in Wave feature
----------------------------------------------------------

                 Key: WOOKIE-179
                 URL: https://issues.apache.org/jira/browse/WOOKIE-179
             Project: Wookie
          Issue Type: Improvement
          Components: Server
    Affects Versions: 0.9.0
            Reporter: Scott Wilson
             Fix For: 0.9.1


Currently we send the whole of a state property back and forth when using Wave delta functions, whereas it is more efficient to only send patches and to apply them to the properties of the state.  An example of this in practice is in the Wave-Node implementation:

https://github.com/scottbw/wave-node

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WOOKIE-179) Use diff-match-patch to synchronize deltas in Wave feature

Posted by "Scott Wilson (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson updated WOOKIE-179:
--------------------------------

    Fix Version/s:     (was: 0.9.2)
                   0.9.3
    
> Use diff-match-patch to synchronize deltas in Wave feature
> ----------------------------------------------------------
>
>                 Key: WOOKIE-179
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-179
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Server
>    Affects Versions: 0.9.0
>            Reporter: Scott Wilson
>             Fix For: 0.9.3
>
>
> Currently we send the whole of a state property back and forth when using Wave delta functions, whereas it is more efficient to only send patches and to apply them to the properties of the state.  An example of this in practice is in the Wave-Node implementation:
> https://github.com/scottbw/wave-node

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira