Skip to content

Release v0.60

Latest
Compare
Choose a tag to compare
@tpn tpn released this 19 Jan 03:10
· 56 commits to main since this release
v0.60

What's Changed

  • Implement the USHORT, 16-bit assigned table data support. by @tpn in #43. This significantly improves performance when solving tables that have less than 64k vertices. This behavior is enabled by default. To disable it, use --DoNotTryUseHash16Impl.
  • Introduce new --BestCoverageTargetValue=N command line parameter.
  • Various tweaks and performance improvements.

Full Changelog: v0.59...v0.60