Improve `json.loads` by moreal Β· Pull Request #6704 Β· RustPython/RustPython
First, to minimize movement between Python and Rust, I made it parse with Rust whenever possible. This improved performance from 8.77s on the main branch (by my local benchmark) to 7.37s. Although ...
github.com Β· GitHub