▲ 2 ▼ Calling Rust from Go words.filippo.io posted by pj 195 days ago ▲ Oleksandr 6 days ago ▼ Really useful write-up — thanks. Worth a related pointer: the experimental jsonv2 (https://github.com/go-json-experiment) applies the same inliner trick from Filippo Valsorda's "Efficient Go APIs with the inliner" — see https://github.com/go-json-experiment/json/blob/00ed12fed2a6548f4995c2c849fe69d7fd7629ff/jsontext/token.go#L282. Contributing Register to comment or vote on this story
Really useful write-up — thanks. Worth a related pointer: the experimental jsonv2 (https://github.com/go-json-experiment) applies the same inliner trick from Filippo Valsorda's "Efficient Go APIs with the inliner" — see https://github.com/go-json-experiment/json/blob/00ed12fed2a6548f4995c2c849fe69d7fd7629ff/jsontext/token.go#L282.