Ask HN: Is synthetic data generation practical outside academia?
4 points by cpard 9h ago 2 comments
Ask HN: Has anybody built search on top of Anna's Archive?
284 points by neonate 3d ago 146 comments
Show HN: JSON_fast – 35% faster JSON parsing than serde_JSON
3 aidenaistar 1 6/5/2025, 6:21:03 PM github.com ↗
My first Rust project - managed to optimize JSON parsing beyond serde_json performance using zero-copy techniques and smart caching.
Comments (1)
K0IN · 1d ago
is this also faster when parsing no arrays or objects in serde? (if I'm not mistaken this lib can't do either)