Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksh-bansal-dev/bun-node-go
Bun vs node js vs Golang benchmarks
https://github.com/aksh-bansal-dev/bun-node-go
Last synced: 25 days ago
JSON representation
Bun vs node js vs Golang benchmarks
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/bun-node-go
- Owner: Aksh-Bansal-dev
- Created: 2022-07-24T13:08:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T13:09:10.000Z (over 2 years ago)
- Last Synced: 2024-11-20T11:05:31.903Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bun v/s Node v/s Golang
Calculate 40th number fibonacci sequence with 10 concurrent requests
```
Golang: 946.96313ms
Bun: 6.336495029s
Nodejs(express): 11.260519626s
```Calculate 40th number fibonacci sequence with 10 requests (not concurrent)
```
Golang: 3.982089715s
Bun: 6.202453477s
Nodejs(express): 11.241122232s
```