From beab6428c11ddac6b5b84a3efa979ce0a6ac5816 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 9 May 2014 17:19:09 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7c7c053..02b16e7 100644 --- a/README.md +++ b/README.md @@ -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