Tags: StoneStepsInc/fit
Tags
Changed log file to flush after each line * Log file buffering makes it more difficult to monitor scan progress from another session because it may take a while for a file buffer to fill up before it is flushed. Now one of the threads printing to a log file will flush the buffer
Updated README to describe what affects scan performance * Removed specific numbers because they were not representative of the speed that could be achieved on referenced hardware types because of many accompanying factors, such as whether target folders contain binarires and antivirus software was active, whether the processor supports SSE/AVX, SSD hardware, and so on. * Instead just described how various settings affect scan speed.
Fixed cryptic error with file paths with invalid characters * The error was reported about not being able to convert a Unicode character to a multibyte character, which doesn't make much sense for UCS-2-to-UTF-8 conversion, but it turns out that file paths on Windows may contain malformed Unicode characters, which triggers this error. * This commit adds a simple ASCII conversion for a bad Unicode path, which makes it easier to troubleshoot these issues.
PreviousNext