Open
Description
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))