| ▲ | ivankra 13 hours ago | |
My page is about generic JS benchmarks. Just did a quick run with a sample javascript challenge I got via yt-dlp (https://raw.githubusercontent.com/ivankra/javascript-zoo/ref...):
So about 10x slower for the current flavor of YouTube challenges: 0.2s -> 2.2s.A few more results on same input: | ||
| ▲ | ivankra 2 hours ago | parent | next [-] | |
Tidied up benchmark and results: https://gist.github.com/ivankra/a950b2c37db48c66fe5dceb0acd8... Looks like quickjs is the next best option after the big three engines (V8/JSC/SM). | ||
| ▲ | rdtsc 12 hours ago | parent | prev [-] | |
Thanks for the benchmark! I tried it on my slower laptop. I get:
A 5x slowdown for an interpreted C JS engine is pretty good I think, compared to all the time, code and effort put into v8 over the years! | ||