> Markdown version of [/events/world-congress-2026-europe/sessions/1056-go-s-concurrency-and](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1056-go-s-concurrency-and). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # Go's Concurrency and Parallelism Inside Containers - **Date:** Thursday, Jul 9, 2026 - **Time:** 12:50–13:20 (30 min) - **Room:** Stage 10 - powered by TikTok - **Event:** World Congress 2026 Europe ## Recording [Watch recording](https://www.wearedevelopers.com/videos/100058-go-s-concurrency-and-parallelism-inside-containers) ## Description A common assumption is that if a program is concurrent, it will also run in parallel, and that containers simply get a number of CPU cores to work with. In practice, neither of these assumptions holds. In this talk we explore how concurrency and parallelism behave inside containers, and why the same program can show very different performance characteristics when run on the host versus inside a container with CPU limits applied. Using a small Go program as an example, we start with a simple sequential implementation, introduce concurrency to structure the work, and then add parallelism to scale CPU bound processing. We observe how the program behaves under different container CPU configurations, and where expectations break down. ## Speaker ### [Rick Rackow](https://www.wearedevelopers.com/@rick-rackow) Senior Site Reliability Engineer | Author "Operating OpenShift" ## Related talks at this congress - [The Hidden Costs of CPU Limits in Kubernetes](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1444-the-hidden-costs-of) — Pavel Malyarevsky - [Linux (Pseudo)Filesystems: The Hidden Backbone of Cloud Native](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1029-linux-pseudo) — Daniel Drack - [Building a Better Tomorrow: Tips and Tricks for Docker Builds](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1000-building-a-better) — Daniel Bodky - [Docker build without Docker](https://www.wearedevelopers.com/events/world-congress-2026-europe/sessions/1115-docker-build-without) — Oliver Seitz