#concurrency

[ follow ]
fromRealpython
1 day ago

Free-Threaded Python Unleashed and Other Python News for July 2025 - Real Python

The third beta of Python 3.14 now officially supports the no-GIL build for CPython, signaling a new era of multi-core Python.
Python
#scala
fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 6-Working with Futures in Scala: Handling Asynchronous Operations

fromMedium
4 months ago
Scala

21 Days of Spark Scala: Day 6-Working with Futures in Scala: Handling Asynchronous Operations

#python
#performance-optimization
#java
fromInfoQ
1 month ago
Scala

JEP 505 Delivers Fifth Preview of Java's Structured Concurrency with Key API Refinements

fromInfoQ
1 month ago
Scala

JEP 505 Delivers Fifth Preview of Java's Structured Concurrency with Key API Refinements

fromInfoQ
2 months ago

Swift 6.1 Enhances Concurrency, Introduces Package Traits, and More

Swift 6.1 introduces type-wide global actor inference control, supporting nonisolated declarations for protocols, enhancing concurrency management and simplifying the Swift development experience.
Scala
fromRubyflow
2 months ago

Scaling Rails - part 2 Amdahl's law

Amdahl's Law reveals the potential speedup of a process based on the fraction of work that can be parallelized and how many cores or threads are available.
fromRubyflow
2 months ago

Scaling Rails Applications

Understanding how Puma manages concurrency and the role of the Global VM Lock (GVL) is crucial for optimizing Ruby on Rails application performance.
#goroutines
Java
fromHackernoon
5 years ago

Grand Central Dispatch, Once and for All | HackerNoon

GCD remains vital for understanding multithreading concepts and continues to be relevant in coding and interviews despite newer concurrency frameworks.
fromRubyflow
8 months ago

Ruby Concurrency and Parallelism

Elixir's strength lies in its foundation on the ErlangVM, designed for high-concurrency environments, particularly in large-scale telecom systems. This inherent capability allows Elixir to excel in managing numerous concurrent processes effortlessly, providing systems that require high reliability and performance benefits. With its actor model and lightweight processes, it stands out in scenarios demanding extensive concurrent executions.
[ Load more ]