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

Benchmark on server processor: NodeJS versus Bun #1479

Merged
merged 1 commit into from
Feb 1, 2025
Merged

Conversation

samchon
Copy link
Owner

@samchon samchon commented Feb 1, 2025

This pull request updates the benchmark results for the typia library on an AMD EPYC 7763 64-Core Processor. The changes include updates to memory and NodeJS version, as well as the addition of benchmark results for Bun.JS.

Benchmark Updates:

  • Updated memory and NodeJS version in benchmark/results/AMD EPYC 7763 64-Core Processor/README.md:

    • Memory: 15,981 MB
    • NodeJS version: v20.18.1
    • Typia version: v7.6.0
  • Updated benchmark results for various types in benchmark/results/AMD EPYC 7763 64-Core Processor/README.md:

  • Added benchmark results for Bun.JS in benchmark/results/AMD EPYC 7763 64-Core Processor/bun/README.md:

    • Included various types and metrics for is, assert, validate, assert-error, validate-error, optimizer, and stringify
  • Updated total elapsed time in benchmark/results/AMD EPYC 7763 64-Core Processor/README.md:

    • New total elapsed time: 4,135,803 ms

@samchon samchon added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 1, 2025
@samchon samchon self-assigned this Feb 1, 2025
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.

OK

@samchon samchon merged commit a0e9de8 into master Feb 1, 2025
7 checks passed
@samchon samchon deleted the doc/benchmark branch February 1, 2025 11:52
Copy link

pkg-pr-new bot commented Feb 1, 2025

Open in Stackblitz

npm i https://pkg.pr.new/typia@1479

commit: 3582918

@ReneWerner87
Copy link

@Jarred-Sumner just wanted to draw your attention to this benchmark, which shows a big speed difference between nodejs and bun (but not pleasing for bun)
it would be interesting to know what optimization nodejs has over bun in this processing to make bun even faster, this difference is already enormous

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants