Update README.md

This commit is contained in:
Brian 2014-05-09 17:19:09 -06:00
parent bcff97c22c
commit beab6428c1
1 changed files with 4 additions and 0 deletions

View File

@ -7,8 +7,12 @@ This script does parse __.p4ignore__ ignore files, compiles the fields as regex,
**Files are currently permanently deleted, so use this at your own risk.**
**This is currently Windows only, but it will be updated to work on Linux**
Raw Tests
===================
With Python 2.7.6 on a 133GB Directory with 15,700 Folders and 153,415 Files, the script ran for 11m and 16.35s. This will only get better.
With Python 3.4.0 on the same directory, the script ran for 3m and 00.86s. At this point the directory was already stripped of unversioned files, but that's not the longest part of the process, so this version of Python is just that much faster. I'll have more concrete tests later when things are changing less in code.
Notes