Show HN: JSON_fast – 35% faster JSON parsing than serde_JSON
Posted 2 days ago by aidenaistar
3 points
https://github.com/aidenaistar/json_fastMy first Rust project - managed to optimize JSON parsing beyond serde_json performance using zero-copy techniques and smart caching.