Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt #736 - optimize JSON serializer of string type #740

Merged
merged 10 commits into from
Aug 3, 2023

Conversation

samchon
Copy link
Owner

@samchon samchon commented Aug 3, 2023

https://dev.to/samchon/good-bye-typescript-is-ancestor-of-typia-20000x-faster-validator-49fi

typia had started from a helper library of fast-json-stringify. At that time, package name was typescript-json, and slogan was convenient JSON serialization boosting without JSON schema definition, but with pure TypeScript type. In such reason, typia still has same logic with fast-json-stringify about string type's JSON serialization.

In today, fast-json-stringify has changed their string type logic, and developer of fast-json-stringify informed me the update. I've measured benchmark with him, and could understand that the new logic is efficient than before. Therefore, updated typia to follow the fast-json-stringify

@samchon samchon added the enhancement New feature or request label Aug 3, 2023
@samchon samchon self-assigned this Aug 3, 2023
Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem on test program.

@samchon samchon merged commit 5d7b203 into master Aug 3, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant