HomeDocsBlogRSS

Back to all posts

#javascript

8 post(s) tagged here.

[Typia] executable demo site of 20,000x faster validator (serializer)

[Typia] executable demo site of 20,000x faster validator (serializer)

Outline https://typia.io/playground I've published an executable playground website of...

#typescript#javascript#opensource#react
3/18/2024Jeongho Nam
[Typia] Hidden Class Optimization of v8 Engine

[Typia] Hidden Class Optimization of v8 Engine

Preface // RUNTIME VALIDATORS export function is<T>(input: unknown | T): input is...

#typescript#javascript#opensource#computerscience
7/29/2023Jeongho Nam
Good bye and thanks to "typescript-is" (ancestor of "typia")

Good bye and thanks to "typescript-is" (ancestor of "typia")

Summary This story is about a precursor library typescript-is: There had been an ancesor...

#javascript#programming#typescript#opensource
7/21/2023Jeongho Nam
[Typia] I made realtime demo site of 20,000x faster validation (+200x faster JSON stringify)

[Typia] I made realtime demo site of 20,000x faster validation (+200x faster JSON stringify)

Preface https://typia.io/playground I've made a playground website to help you understand...

#programming#typescript#javascript#opensource
6/25/2023Jeongho Nam
I made Express faster than Fastify (100x faster JSON, also NestJS)

I made Express faster than Fastify (100x faster JSON, also NestJS)

Outline Hello, I am developer of typia, and studying fastify in nowadays. During the...

#javascript#typescript#opensource#programming
4/3/2023Jeongho Nam
[Typia] 15,000x faster TypeScript Validator and its histories

[Typia] 15,000x faster TypeScript Validator and its histories

Renamed to Typia https://github.com/samchon/typia Hello, I'm developer of typescript-json...

#typescript#javascript#opensource#programming
12/18/2022Jeongho Nam
I made 10x faster JSON.stringify() functions, even type safe

I made 10x faster JSON.stringify() functions, even type safe

// FASTER STRINGIFY FUNCTIONS export function stringify<T>(input: T): string; // unsafe but...

#javascript#programming#typescript#opensource
10/25/2022Jeongho Nam
I made 1,000x faster TypeScript Validator Library

I made 1,000x faster TypeScript Validator Library

Hello, I'm developer of typescript-json and have measure a benchmark comparing performance with other...

#javascript#typescript#opensource#benchmark
10/8/2022Jeongho Nam
Released under the MIT License. Copyright 2022 - 2026 Samchon.