json-rust icon indicating copy to clipboard operation
json-rust copied to clipboard

Avoid zero initialization in `Short`

Open yescallop opened this issue 2 years ago • 1 comments

This patch reduces the number of instructions performed and should boost performance.

yescallop avatar Sep 19 '21 07:09 yescallop

Since this project is unmaintained, I forked to https://github.com/rustadopt/jzon-rs where I for example merged this PR and maintain it from now on with the community. It's also available in v0.12.5 on https://crates.io/crates/jzon

gierens avatar Aug 25 '23 17:08 gierens