On Fri Apr 4 19:44:30 2025 +0000, Connor McAdams wrote:
The time unit is in seconds. Initially I used `GetTickCount()`, the difference was still noticeable but I wasn't sure if that was just due to the resolution of the timer there. I switched to `QueryPerformanceCounter()` instead to make sure it wasn't just a timer resolution issue.
Here's the test I was using if you want to take a look and make sure my measurements make sense :) [test-conversion-speed.diff](/uploads/5a785bc62b5b67b831b26dad91379ba4/test-conversion-speed.diff)