From 3adaf471c1354be6682f50c978a19b4956ae769f Mon Sep 17 00:00:00 2001 From: Brian Ernst Date: Wed, 12 Aug 2020 14:55:20 -0700 Subject: [PATCH] Updated readme. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5942e43..20a3620 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ p4Tools =================== -Removes unversioned files from perforce repository. Script is in beta, works well, but still going through continued testing. There are a few stats at the end, will be putting in more, like number of files/directories checked, so you have an idea how much work was required. +Removes unversioned files from perforce repository. + +Script is in beta, works well, but still going through continued testing. There are a few stats at the end, will be putting in more, like number of files/directories checked, so you have an idea how much work was required. One of the reasons this is still in testing is because sometimes the end of the script gets stuck when closing Console logging; I haven't had the time or care to fix this, so it's not considered stable or production ready for at least that reason. Concerning benchmarks: I used to have a HDD, now a SSD. So I can't provide valid comparisons to the old numbers until I do them on a computer with a HDD. That said, this single worker implementation runs faster than the old multi-threaded version. Can't wait to further update it, will only continue to get faster.