Skip to content

Version 1.4 Release

Latest
Compare
Choose a tag to compare
@graphicsMan graphicsMan released this 03 Jan 00:35

Efficiency improvements, bug and warning fixes

  • Added some benchmarks and comparison with TaskFlow (thanks @andre-nguyen!)
  • Fixed compilation when compiling with DISPENSO_DEBUG (thanks @EscapeZero!)
  • Improved efficiency on Linux for infrequent thread pool usage. Reduces polling overhead by 10x by switching to event-based wakeup instead of spin polling.
  • Fix C++20 compilation issues (thanks @aavbsouza!)
  • Fix several build warnings (thanks @SeaOtocinclus!)
  • Add conda package badge, disable gtest install (thanks JeongSeok Lee!)
  • Solved rare post-main shutdown issues with NewThreadInvoker
  • Fixed test issues for 32-bit builds
  • Fixed broken test logic for test thread IDs
  • Fixed various build warnings