I'm running into a problem when testing messages with pact-net, and the output seems to suggest the problem originates in the ruby core. I've got a test that succeeds when running from Windows but ...
A simple project comparing JSON parsing performance between Node.js's native JSON.parse and a Rust implementation using Neon bindings. Test 1: Single parse Node JSON.parse: 0.08ms Rust parse: 0.023ms ...