Skip to content

Version 1.11.2

Compare
Choose a tag to compare
@BrettMayson BrettMayson released this 02 Mar 07:16
· 173 commits to main since this release

Added

  • Hooks: Directory commands #655
  • Launch: Mission Support by @mharis001 in #649
  • Rapify: Warn on .cpp files that aren't config.cpp

Fixed

  • Value: Fix slow command execution on Windows
  • Binarize: Fix not running on 1.11.1

Performance Improvements

The hemtt value command was running very slow on Windows, 10+ seconds on some projects, compared to the Linux command running in under 500ms. This led to some investigation which extended beyond just the hemtt value command. As a result of this, after several performance focused changes, including upstream to a library in use by HEMTT, HEMTT is now significantly faster.

hemtt check on ACE's current master branch has gone from 6.163s to 1.23s on my test machine (AMD Ryzen 9 7950X running with 8 cores 2 threads in a Linux VM). A fifth the time!

Additionally, HEMTT will also use a decent amount of less RAM.

New Contributors

Full Changelog: v1.11.1...v1.11.2