hsivonen / hsivonen/encoding_rs
Make simd-accel work with Wasm SIMD
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 464
- Forks
- 70
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 2
Description
Make simd-accel work and perform well (as tested on x86_64 and aarch64) on wasm32 with the simd128 target feature.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the simd-accel implementation and its existing x86_64 and aarch64 performance tests or benchmarks. Then trace how the wasm32 target and simd128 feature are configured. Done means simd-accel works on wasm32 with simd128 and performs well without regressing the stated native targets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, wasm
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100