Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikpelli/requests_concurrency_benchmark
Goroutines vs threads benchmark (CPU and I/O bound tasks)
https://github.com/erikpelli/requests_concurrency_benchmark
benchmark go goroutines threads
Last synced: 2 days ago
JSON representation
Goroutines vs threads benchmark (CPU and I/O bound tasks)
- Host: GitHub
- URL: https://github.com/erikpelli/requests_concurrency_benchmark
- Owner: ErikPelli
- License: mit
- Created: 2024-11-04T21:44:50.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T20:07:44.000Z (21 days ago)
- Last Synced: 2024-12-04T21:19:07.716Z (21 days ago)
- Topics: benchmark, go, goroutines, threads
- Language: Go
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Requests Concurrency Benchmark
![Presentation](./presentation.jpg)
This repository contains the benchmark code for goroutines and locked threads, as shown in my presentation ["The rise of green threads"](https://erikpelli.pp.ua/speaker#the-rise-of-green-threads-english).
The full recording of my talk given during Devfest Venice 2024 has been uploaded to [Youtube](https://www.youtube.com/watch?v=AxiZTn0dzaw), in which I explain the results obtain using this code.