Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Asmod4n
5 months ago
|
parent
|
context
|
favorite
| on:
A Faster Alternative to Jq
You could just take simdjson, use its ondemand api and then navigate it with .at_path(_with_wildcard) (
https://github.com/simdjson/simdjson/blob/master/doc/basics....
)
The whole tool would be like a few dozen lines of c++ and most likely be faster than this.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The whole tool would be like a few dozen lines of c++ and most likely be faster than this.