Music
Remember when I complained about regular expressions Well, when I run against 68000 files, the number of times regex is running comes out to around sixteen million 16,000,000. This is a real number. Basically, it is 68000 (files) x 167 (items in the bad check list) x 84 (items in the fantastic list). Some items will fail before they make all the steps. Some checks require two regex checks. I need to poor over my code and eliminate unnecessary checks.I did a smidgen of work on the output. Nice, if I do say so myself.
2008-08-27_19-18 -------- Summary ------------------------------ Total files processed > .............................. Good files in play list > .............................. Bad files out of list > .............................. Fantastic files > .............................. Number of Duplicates > .............................. -------- time ------------------------------ Process seconds > .............................. Elapsed seconds > .............................. Files/second > .............................. reg ex count > .............................. CPU time of this process > .............................. -------- Info ------------------------------ Options > ............... ['-o', '-l', 'kelly_log', '-f', 'kelly_fan', '-g', 'kelly_good'] Good file > .............................. Fantastic file > .............................. Log file > .............................. Directory processed > .............................. Items in kill list > .............................. Items in fantastic list > .............................. ------------------------------ |
No comments:
Post a Comment