VarInt performance with SIMD
Open
- Dominant language
- Java
- Stars
- 44
- Forks
- 15
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 12
Description
### Problem
Protobuf read/write speed is heavily dependent on varint read/write speed. Can we make it much faster using SIMD?
### Solution
Seems like someone has done it in Rust https://github.com/as-com/varint-simd/tree/master , can we do the same using Java Vector API https://openjdk.org/jeps/489?
### Alternatives
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.