ethanhs / abserde

Generate fast JSON parsers based on type stubs
Apache License 2.0
13 stars 0 forks source link

Benchmark #4

Open ethanhs opened 5 years ago

ethanhs commented 5 years ago

Abserde should be really, really fast. We should benchmark it to prove it. Also, maybe profile things as well?

ethanhs commented 5 years ago

We should benchmark against orjson

ethanhs commented 4 years ago

Initial microbenchmarks look very promising, with abserde being about as fast as ujson, and faster than orjson.

We should have larger and more comprehensive tests.

ethanhs commented 4 years ago

There are decent starting benchmarks so far. For small files abserde does about 10-20% slower than ujson. For larger files abserde is 2.7x faster!