rjson
A fast json parser for go (by WillAbides)
expr
Expr – a tiny stack-based virtual machine written in Go (by regeda)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rjson
Posts with mentions or reviews of rjson.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-29.
-
Expr – a tiny stack-based virtual machine written in Go
This is an interesting project. I think Ragel is an underused resource for writing efficient go code. I used Ragel to build a json parser.
-
Branchless Coding in Go (Golang)
I apparently had a fundamental misunderstanding of the meaning of branchless. That's embarrassing.
As for simdjson-go, I did benchmark it. rjson outperformed simdjson-go in most benchmarks, but simdjson-go was about 3% faster reading citm_catalog.json.
https://github.com/WillAbides/rjson#simdjson
-
I wrote yet another json parser. It may be a contender for fastest.
/u/egonelbre I added simdjson-go to the benchmarks. It's an interesting one. It edged out rjson on one of the ReadObject benchmarks. It appears to do very well with large json objects that have a lot of string values.
expr
Posts with mentions or reviews of expr.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-29.
What are some alternatives?
When comparing rjson and expr you can also consider the following projects:
simdjson-go - Golang port of simdjson: parsing gigabytes of JSON per second
expr - Expression language and expression evaluation for Go [Moved to: https://github.com/expr-lang/expr]
avo - Generate x86 Assembly with Go
jsoniter - A high-performance 100% compatible drop-in replacement of "encoding/json"
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.