9 Best Articles in 2021
github.com
ruby-concurrency/concurrent-ruby
github.com
19 saves · From 2014 · concurrent-ruby - Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrenc...
vorpus.org
Notes on structured concurrency, or: Go statement considered harmful — njs blog
vorpus.org
20+ min read · 32 saves · From 2018 · Every concurrency API needs a way to run code concurrently. Here's some examples of what that looks like using different APIs: go myfunc(); // Golang pthread_create(&thread_id, NULL, &myfunc); /* C…
encore.dev
Advanced Go Concurrency
encore.dev
7 min read · 13 saves · 2020-02-20 · Tools for conquering concurrency
In Programming
blog.acolyer.org
Understanding real-world concurrency bugs in Go
blog.acolyer.org
5 min read · 26 saves · 2019-05-17 · Understanding real-world concurrency bugs in Go Tu, Liu et al., ASPLOS’19 The design of a programming (or data) model not only makes certain problems easier (or harder) to solve, but also mak…
divan.github.io
Visualizing Concurrency in Go
divan.github.io
21 saves · From 2016 · If you prefer video over blog posts, here is my talk on this at GopherCon 2016: https://www.youtube.com/watch?v=KyuFeiG3Y60 One of the strongest sides of Go programming language is a built-in…
Real Python
Speed Up Your Python Program With Concurrency
Real Python
20+ min read · 23 saves · From 2019 · In this Python tutorial, we'll look at what concurrency is and why you might want to use it. We'll see a simple, non-concurrent approach and then look into why you'd want threading, asyncio, or multiprocessing.
Rust Language
Fearless Concurrency with Rust - The Rust Programming Language Blog
Rust Language
~14 min read · 12 saves · From 2015 · Rust's vision for concurrency
eli.thegreenplace.net
On concurrency in Go HTTP servers
eli.thegreenplace.net
9 min read · 10 saves · From 2019 · January 17, 2019 at 06:10 Tags Go , Concurrency Go's built-in net/http package is convenient, solid and performant, making it easy to write production-grade web servers. To be performant, net/http…
Trending
In Programming
ruby-lang.org
Ruby 3.0.0 Released
ruby-lang.org
8 min read · 133 saves · 2020-12-25 · Posted by naruse on 25 Dec 2020 We are pleased to announce the release of Ruby . From 2015 we developed hard toward Ruby 3, whose goal is performance, concurrency, and Typing. Especially about…
javaadvent.com
Project Loom and Structured Concurrency
javaadvent.com
10 min read · 2020-12-04 · Project Loom is one of the major “projects” in which Java is moved forward, alongside the perhaps better known projects Amber and Valhalla. It will bring “virtual” threads with low resource footprint…
More like this
webkit.org
Concurrent JavaScript: It can work!
webkit.org
60 saves · From 2017 · With the recent addition of SharedArrayBuffer, concurrency is finding its way into the JavaScript language. This addition allows JavaScript programs to perform concurrent access to SharedArrayBuffer…
medium.com
Performance Under Load
medium.com
4 min read · 32 saves · From 2018 · Adaptive Concurrency Limits @ Netflix
journal.stuffwithstuff.com
What Color is Your Function?
journal.stuffwithstuff.com
~13 min read · 39 saves · From 2015 · ↩ ↪ I don’t know about you, but nothing gets me going in the morning quite like a good old fashioned programming language rant. It stirs the blood to see someone skewer one of those “blub” languages…
poeticoding.com
The Primitives of Elixir Concurrency: a Full Example
poeticoding.com
9 min read · 11 saves · 2019-03-19 · We see how to fully implement concurrent HTTP calls, using just spawn, send and received along with HTTPoison. We then refactor our code using Task, which makes everything easier.
olivierlacan.com
Concurrency in Ruby 3 with Guilds
olivierlacan.com
4 min read · 11 saves · From 2016 · Thoughts on Ruby, Rails, open source software, programming, and life from Olivier Lacan
youtube.com
Philip Roberts: What the heck is the event loop anyway?
youtube.com
79 saves · From 2015 · JavaScript programmers like to use words like, “event-loop”, “non-blocking”, “callback”, “asynchronous”, “single-threaded” and “concurrency”. We say things l...
dabeaz.com
A Curious Course on Coroutines and Concurrency
dabeaz.com
6 min read · 12 saves · From 2015 · Copyright (C) 2009, All Rights Reserved David Beazley http://www.dabeaz.com Presented at PyCon 2009, March 25, 2009. Related Tutorials Introduction This tutorial is a practical exploration of using…
joeduffyblog.com
Joe Duffy - 15 Years of Concurrency
joeduffyblog.com
21 saves · From 2016 · Joe Duffy's Blog | Adventures in the high-tech underbelly
taskjs.org
Task.js: Beautiful Concurrency for JavaScript
taskjs.org
4 min read · 23 saves · From 2015 · This site is dedicated to bringing you all the astuces informatique or computer tips that you need. Here you will receive the full benefits of never having to search for hours online only to end up…