Saturday, October 26, 2024

Show HN: Jist searches JSON 3x faster than jq https://ift.tt/p9E4jsv

Show HN: Jist searches JSON 3x faster than jq Hi HN, jist is a JSON path search tool that feels like accessing a JavaScript object. It’s 3x faster than jq for the same use case, and over 2000x more memory efficient when searching a 3.3GB file for the last element (jist reads data in chunks so has constant space use). It doesn’t implement pattern matching yet. A feature I’m looking to add is generating a full JSON schema using the same streaming approach so stay tuned! Any feedback and feature requests are more than welcome https://ift.tt/4GkfST0 October 26, 2024 at 06:55PM

No comments:

Post a Comment

Show HN: Tree-walk interpreter (and formatter) written in C https://ift.tt/AxtnZRD

Show HN: Tree-walk interpreter (and formatter) written in C Hello HN, this is my first "completed" project since I took on this co...