Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```