Timer jitter analysis #4294
connorjburton
started this conversation in
Show and tell
Replies: 1 comment
-
yeah we need to redo our linux timers implementation, it's not efficient right now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of building a side project, I have performed some analysis of the Jitter between setting timers and their actual execution time.
It may be interesting to others to see how Bun compares to other JavaScript runtimes (and Rust as an added bonus). Happy for input on how to improve Bun's performance in this regard.
The code is in the repository for reference.
Here are some recent results to compare:
Beta Was this translation helpful? Give feedback.
All reactions