hashgraph / hashgraph/pbj

VarInt performance with SIMD

Open
#423 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.