Issue3

Title make unidiff generation use bdiff
Priority wish Status resolved
Superseder Nosy List mason, mpm
Assigned To mpm Topics

Created on 2005-10-20.23:23:24 by mpm, last changed 2006-01-29.06:58:23 by mpm.

Messages
msg423 (view) Author: mpm Date: 2006-01-29.06:57:33
Done by cmason
msg2 (view) Author: mpm Date: 2005-10-20.23:23:24
Python's difflib is slow, replacing the difflib calls with bdiff will make text
diff generation much faster.
History
Date User Action Args
2006-01-29 06:58:23mpmsetnosy: + mason
2006-01-29 06:57:33mpmsetstatus: unread -> resolved
messages: + msg423
2005-10-23 03:13:06mpmsetassignedto: mpm
2005-10-20 23:23:24mpmcreate