Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverted the sleep back to 1ms instead of 1ns I have no clue why but on Linux a 1ns loop will use 0% of a core while on Windows it will use something like 90% 1ms drops Windows down to like 1% ish of a core so that's okay I guess? The only thing done in the loop is relaxed loading an atomic so it's clinically insane that Windows takes a million times as many cycles
- Loading branch information