Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: use EnqueueMicrotask for tls writes
Instead of using SetImmediate, use EnqueueMicrotask as it appears to be significantly more performant in certain cases and even in the optimal case yields roughly 10% higher throughput.
- Loading branch information