Skip to content

Faster decoding, thanks to fewer bound checks.

Compare
Choose a tag to compare
@VaporBot VaporBot released this 26 Nov 23:06
· 223 commits to main since this release
81ca909
This patch was authored by @fabianfett and released by @gwynne.

Motivation

We like faster code. This removes a ton of unnecessary bounds checks.

Result

Faster code

In draft since it requires a new NIO release.