Release notes, engineering deep dives, and practical articles about typia, TypeScript, validators, schemas, and AI tooling.
Browse by tag: benchmark (1) · bunjs (1) · computerscience (1) · function-calling (1) · javascript (8) · node (1) · opensource (9) · performance (1) · programming (6) · protobuf (1) · qwen (1) · react (1) · seminar (1) · typescript (10)
6.75% first-try function calling success becomes 100% compilation via type schemas, compilers, and structured feedback. Dissecting the harness engineering behind AutoBe and Typia.
typia is a transformer library supporting superfast runtime validation, and JSON serialization function boosting up performance by AoT (Ahead of Time) optimization skill.
I've published an executable playground website of typia to demonstrate how typia is easier than other runtime validation (serialization) libraries, and describe what the AoT...
typia has started supporting Protocol Buffer functions.
Let's study why typia is much faster than class-validator.
Long time ago, there had been a great validator library named typescript-is.
I've made a playground website to help you understand how typia works with AoT compilation.
During the study, I could understand why fastify is faster than express. Also, I did an experiment imitating the secret of the fastify in express with typia's faster JSON...
Hello, I'm developer of typescript-json typia.
Hello, I'm a developer of typescript-json, which can validate instance type by only one line, what I'd introduced as "1,000x faster runtime validator library" in here dev.to.
Hello, I'm developer of typescript-json and have measure a benchmark comparing performance with other...