fastify/fast-json-stringify

Breaking the typia performance advantage

Uzlopak opened this issue · 4 comments

Prerequisites

  • I have written a descriptive issue title
  • 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

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