#concurrency

[ follow ]
#performance-optimization
#java
fromInfoQ
3 weeks ago
Scala

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

fromInfoQ
3 weeks ago
Scala

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

fromInfoQ
1 month 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
#scala
fromMedium
2 months ago
Scala

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

fromMedium
1 month ago
Scala

Achieving True Parallelism with ZIO: Fibers, Threads, and Cooperative Scheduling

fromMedium
2 months ago
Scala

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

fromMedium
1 month ago
Scala

Achieving True Parallelism with ZIO: Fibers, Threads, and Cooperative Scheduling

fromRubyflow
1 month 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
1 month 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.
#python
#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
7 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.
fromInfoWorld
11 months ago

Intro to multithreaded JavaScript

To achieve true parallelism in JavaScript, you need to use modern multithreading approaches like web workers and worker threads.
JavaScript
[ Load more ]