You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by jc...@apache.org on 2010/11/21 04:04:31 UTC

svn commit: r1037375 - /subversion/branches/diff-optimizations-bytes/BRANCH-README

Author: jcorvel
Date: Sun Nov 21 03:04:30 2010
New Revision: 1037375

URL: http://svn.apache.org/viewvc?rev=1037375&view=rev
Log:
On the diff-optimizations-bytes branch: put TODO list in BRANCH-README

Modified:
    subversion/branches/diff-optimizations-bytes/BRANCH-README

Modified: subversion/branches/diff-optimizations-bytes/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/diff-optimizations-bytes/BRANCH-README?rev=1037375&r1=1037374&r2=1037375&view=diff
==============================================================================
--- subversion/branches/diff-optimizations-bytes/BRANCH-README (original)
+++ subversion/branches/diff-optimizations-bytes/BRANCH-README Sun Nov 21 03:04:30 2010
@@ -16,4 +16,13 @@ byte-per-byte, until a difference is fou
 opening the datasources, before getting the tokens (lines) and inserting them
 into the token tree.
 
-[1] http://en.wikipedia.org/wiki/Longest_common_subsequence_problem#Reduce_the_problem_set
\ No newline at end of file
+
+TODO:
+
+  * eliminate identical prefix                 [DONE]
+  * eliminate identical suffix                 [DONE]
+  * make diff3 and diff4 use datasources_open  []
+     (this may eliminate the need for datasource_open, and the flag
+      datasource_opened in token.c#svn_diff__get_tokens)
+
+[1] http://en.wikipedia.org/wiki/Longest_common_subsequence_problem#Reduce_the_problem_set