Skip to content

2.8.1 Release

Compare
Choose a tag to compare
@xeraph xeraph released this 27 Jan 11:10
· 20 commits to main since this release
  • Added --throttle option to limit CPU usage. See #137
    • --throttle 1000 means that scanner is allowed to scan 1000 files per second.
  • Improved scan performance (x2.7)
    • Before patch: 340 seconds for 12926 directories and 48569 files
    • After patch: 122 seconds for 12926 directories and 48569 files
    • Bottleneck was I/O call for every single byte when commons-compress reads ZIP file.
      image (39)