Skip to content

SIMD for better serialization performance?  #3558

Open
@LifeIsStrange

Description

@LifeIsStrange

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions