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