View Single Post
Old 03-06-2006, 02:45 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

The compare compares both sides with each other, not just from say Left to right. Selection/Deletion occurs on both sides.

The current method does use an array, The array isn't sorted any special way, it uses the same sort as the file listing.

There are two loops (one within the other) which makes it a file^2..

I tried a few things but I was unable to improve the performance. Doing a line profiler shows no bottlenecks, the main slow down is simply doing file^2
bigstar is offline