fastify / fast-json-stringify

2x faster than JSON.stringify()
MIT License
3.48k stars 207 forks source link

Breaking the typia performance advantage #631

Open Uzlopak opened 1 year ago

Uzlopak commented 1 year ago

Prerequisites

Issue

Currently typia has a higher performance than fast-json-stringify

We have to break it.

### Tasks
- [ ] https://github.com/fastify/fast-json-stringify/pull/632
Uzlopak commented 1 year ago

I have the next optimization in the pipeline. I assume we will be then atleast par with typia.

mcollina commented 1 year ago

Amazing work @Uzlopak!

Uzlopak commented 1 year ago

@mcollina Can we have a release please? I will ask the typia guy to do another benchmark.

I think despite adding some optimizer like #633 we can not get better perf, without removing all the type checking.

mcollina commented 1 year ago

Done