You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If webrender is still serialization bottlenecked, it may be a low hanging fruit to fixe this issue: serde-rs/json#120
A naive loop SIMD implementation 16 byte aligned showed a 5x performance improvement in the microbenchmark!
It has not been merged since at the time SIMD wasn't stable on rust at the time.
(Btw more SIMD utilisation in Firefox could yield great performance gains (and it can be multithreaded to have best of both worlds MIMD))