Changes between Initial Version and Version 1 of Ticket #2290, comment 4


Ignore:
Timestamp:
07/27/13 09:13:12 (11 years ago)
Author:
sknaumov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2290, comment 4

    initial v1  
    1 I've benchmarked mc find with linux-3.10.3 and USB_SPEED_LOW search pattern. On mc-4.8.9 it takes 30 seconds to complete the search. 
     1I've benchmarked mc find with linux-3.10.3 source code and USB_SPEED_LOW search pattern. On mc-4.8.9 it takes 30 seconds to complete the search. 
    22First of all, couple of seconds could be cut down by commenting out mc_refresh() call in search_content function in find.c: then it takes 23,5 seconds to complete. 
    33Commenting out also gsprintf( ... "Grepping in %s" ... ) and status_update calls in this function cuts time to 20,5 seconds.