JSON serializing to string optimization
Study a code generation and application for type responses for the routes, if those are applicable to a JSON response.
How we can code generate on server start time.
Benchmark the server start delay and performance gains.
Measure memory impact
Resource to use
https://github.com/fastify/fast-json-stringify
https://github.com/dsherret/ts-morph
https://github.com/lukeautry/tsoa
TypeScript native API
JSON serializing to string optimization
Study a code generation and application for type responses for the routes, if those are applicable to a JSON response.
How we can code generate on server start time.
Benchmark the server start delay and performance gains.
Measure memory impact
Resource to use
https://github.com/fastify/fast-json-stringify
https://github.com/dsherret/ts-morph
https://github.com/lukeautry/tsoa
TypeScript native API