You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.