fast-json-stringify
fast-json-stringify copied to clipboard
Breaking the typia performance advantage
Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the issue has not already been raised
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
I have the next optimization in the pipeline. I assume we will be then atleast par with typia.
Amazing work @Uzlopak!
@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.
Done