Hacker News
- C++20: Building a Thread-Pool with Coroutines https://blog.eiler.eu/posts/20210512/ 62 comments
- Kotlin Coroutines vs. Threads Performance Benchmark https://www.techyourchance.com/kotlin-coroutines-vs-threads-performance-benchmark/ 41 comments
- On the Performance of User-Mode Threads and Coroutines https://inside.java/2020/08/07/loomperformance/ 62 comments
Lobsters
- Thread-pool with coroutines (1/3) https://cpp-rendering.io/thread-pool-with-coroutines-threads/ 16 comments cpp
- Asyncio Coroutines Faster Than Threads!? https://superfastpython.com/asyncio-coroutines-faster-than-threads/ 27 comments python
- Server+Client with no threads using coroutines - CES version 0.9 https://github.com/HappyCerberus/ces 3 comments cpp
- Coroutines, Fibers and Threads [C++17?] https://youtube.com/watch?v=S6JpbmeuzNg 6 comments cpp
- Kotlin Coroutines vs Threads Memory Benchmark https://www.techyourchance.com/kotlin-coroutines-vs-threads-memory-benchmark/ 4 comments androiddev
- Kotlin Coroutines vs Threads Performance Benchmark https://www.techyourchance.com/kotlin-coroutines-vs-threads-performance-benchmark/ 41 comments androiddev
- Threads vs Coroutines - ParallelMap Performance https://youtu.be/SYze6OEEggg 7 comments kotlin
- On the Performance of User-Mode Threads and Coroutines https://inside.java/2020/08/07/loomperformance/ 9 comments java
- Kotlin Coroutines vs Java Threads https://piotrminkowski.com/2020/06/23/kotlin-coroutines-vs-java-threads/ 4 comments programming
- What Roman Elizarov - creator of Coroutines - thinks about Virtual Threads https://vived.substack.com/p/what-does-roman-elizarov-coroutines?sd=pf 39 comments java
- Running Kotlin coroutines on Project Loom's virtual threads https://kt.academy/article/dispatcher-loom 2 comments kotlin
- Coroutines, exceptions, time-traveling search, generators and threads: Continuations by example http://matt.might.net/articles/programming-with-continuations--exceptions-backtracking-search-threads-generators-coroutines/ 8 comments programming
- Kreds - a thread-safe, idiomatic, coroutine-based Redis client written in 100% Kotlin https://github.com/crackthecodeabhi/kreds 6 comments kotlin
- coco: a simple stackless, single-threaded, and header-only C++11 coroutine library http://luajit.io/posts/coco-cpp11-coroutine/ 10 comments cpp
- Pre-emptive threading (coroutines) in Lua, without the debug library https://ocawesome101.github.io/lua-preemption.html 2 comments lua
- Asio C++ coroutines in Qt UI, communicating with Asio C++ coroutines in service thread, with deterministic cancellation. My October blog. https://cppalliance.org/richard/2020/10/31/richardsoctoberupdate.html 29 comments cpp
- 2017 Toronto ISO C++ Committee Discussion Thread (Concepts in C++20; Coroutines, Ranges and Networking TSes published) https://www.reddit.com/r/cpp/comments/6ngkgc/2017_toronto_iso_c_committee_discussion_thread/ 174 comments cpp
- Where can I find the old native coroutine M:N threading model? https://plus.google.com/+nialldouglas/posts/AXFJRSM8u2t 10 comments rust
- Rob Pike, co-creator of Google Go, on the history of Concurrency, Coroutines vs Threads vs Processes, , CSP, Channels, the elegance of the unified API of Plan 9 and much more http://www.infoq.com/interviews/pike-concurrency 77 comments programming