This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nadeem.vawda
Recipients benjamin.peterson, eric.araujo, georg.brandl, lopgok, nadeem.vawda, r.david.murray, rhettinger
Date 2011-06-07.00:30:18
SpamBayes Score 4.11609e-08
Marked as misclassified No
Message-id <1307406619.01.0.302337335653.issue11802@psf.upfronthosting.co.za>
In-reply-to
Content
> Also, I want to take a fresh look at the cache strategy (saving diffs
> of two files vs saving file contents individually) and think about
> whether than makes any sense at all for real world use cases
> (is there a common need to compare the same file pairs over and over
> again or is the typical use the comparison of many different file
> pairs).   There may even be a better way to approach the underlying
> problem using hashes of entire files (md5, sha1, etc).

I like that idea. A hash-based approach could speed up the detection of
non-equal files quite a bit.
History
Date User Action Args
2011-06-07 00:30:19nadeem.vawdasetrecipients: + nadeem.vawda, georg.brandl, rhettinger, benjamin.peterson, eric.araujo, r.david.murray, lopgok
2011-06-07 00:30:19nadeem.vawdasetmessageid: <1307406619.01.0.302337335653.issue11802@psf.upfronthosting.co.za>
2011-06-07 00:30:18nadeem.vawdalinkissue11802 messages
2011-06-07 00:30:18nadeem.vawdacreate