#2591: Option to limit the number of diff'ed files in the changeset view
----------------------------+-----------------------------------------------
 Reporter:  eblot           |        Owner:  cboos
     Type:  enhancement     |       Status:  new  
 Priority:  high            |    Milestone:  0.10 
Component:  changeset view  |      Version:  devel
 Severity:  normal          |   Resolution:       
 Keywords:  diff tracdiff   |  
----------------------------+-----------------------------------------------
Comment (by cmlenz):

 I think it'd be more important to set a maximum size of files that are
 diffed... which are what actually takes up memory.

 Also, we can improve the transcoding... currently we convert both versions
 to UTF-8 before performing the diff, which loads the complete file
 contents in memory. However, in 99% of the cases, the encoding of the two
 versions will match, so we'd only need to transcode to a common encoding
 when it differs.

 These options should be investigated before limiting the number of files
 IMO.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2591>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to