Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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.