Skip to content

Release v0.42

Compare
Choose a tag to compare
@tpn tpn released this 21 Feb 23:51
· 91 commits to master since this release
  • Vastly improve solving performance, especially with high core machines. (Removed an unnecessary WaitForMultipleObjects() that was being done on all graph solving threads in the hot-path solving loop.)
  • Change graph solving attempt limit default to 100,000,000,000 (from 18).
  • Change --IgnorePreviousTableSize to --UsePreviousTableSize.
  • Use a + instead of - for table resize events in console output.
  • Include large page info in .csv output.