Skip to content

v2.1.0

Choose a tag to compare

@Uight Uight released this 06 Sep 13:23
· 114 commits to main since this release

What's Changed

  • Supported OS clarification by @Uight in #27
    => All windows versions below windows 10 1803 now cause PlatformNotSupportedException. This includes Windows Server 2016
    => Clarify performance on other OS with more timing reports
  • Improve high res quick tick timer by @Uight in #28
    => Minimal sleep under windows improved allowing lower CPU usage in HighResQuickTickTimer. Default SleepThreshold is now 1.5 ms
    => Added YieldThreshold setting that defaults to 0.75 ms . See updated README.md for more information