Firefox Is Now "More Than 75X Faster" Running WebAssembly
76 points
1 day ago
| 7 comments
| howtogeek.com
| HN
miohtama
20 hours ago
[-]
Here is the original blog post that is more readable

https://spidermonkey.dev/blog/2024/10/16/75x-faster-optimizi...

reply
mcraiha
19 hours ago
[-]
And the HN discussion about that https://news.ycombinator.com/item?id=41861442
reply
everybodyknows
17 hours ago
[-]
And free of auto-play video, thanks.

What is "NCA"? Referred to, but never spelled out.

reply
brokencipher
15 hours ago
[-]
Nearest Common Ancestor
reply
hu3
19 hours ago
[-]
From a glance, they replaced linked lists with vectors, changed dominator tree building to semi-NCA, and used sparse bitsets to reduce memory usage.

Very niche but effective. When people ask why do FAANGs focus on data structure algos during interviews, it's for cases like this. With that said, I understand candidates frustration since most end up working on higher level network services.

reply
tmpfs
8 hours ago
[-]
I welcome this and look forward to seeing the improvements. At the moment I am running some TSS code compiled down to WASM. The last time I executed DKG and signing Webkit took ~25s, Chrome took about ~39s and Firefox took nearly 4 minutes so there is clearly lots of room for WASM optimization in Firefox!
reply
thejoker20
19 hours ago
[-]
Are there any comparisons with other browsers (e.g. Chrome)? How many compilers do other browsers have, how much does it take and how fast are binaries produced?

I would love to see how Firefox compares now with the other big competitors.

reply
telgareith
18 hours ago
[-]
Ok, but have they fixed their awful javascript performance?
reply
xhkkffbf
20 hours ago
[-]
Is there any reason to think this is anything but great?
reply
hulitu
1 hour ago
[-]
> Is there any reason to think this is anything but great?

like in 75X great, or what ? /s

reply
wly_cdgr
19 hours ago
[-]
Nice, that might make it almost as fast as Chrome!

Jokes aside, this is garbage clickbait - the reality as stated in the linked post is much more mundane: "Some processing tasks are now more than 75 times faster in Firefox"

reply