#concurrency

[ follow ]
fromHackernoon
2 weeks ago

Streamlining Go Concurrency Using a Worker Pool | HackerNoon

Goroutines are lightweight threads that can run concurrently, allowing for multiple tasks to be performed simultaneously without the overhead of traditional threads.
Miscellaneous
fromHackernoon
1 year ago

Learning About Threads: An Essential Guide for Developers | HackerNoon

Concurrency is essential for high-performance and responsive software, enabling parallel task execution.
fromHackernoon
6 years ago

Lambda Isn't Made for Parallelism - But Go Still Gets the Job Done | HackerNoon

AWS Lambda allows for concurrent execution of programs, leveraging Goroutines for non-blocking I/O bound tasks, enhancing performance similar to Node.js asynchronous handling.
Golden State Warriors
fromInfoQ
2 weeks ago

Swift 6.2 Introduces Approachable Concurrency to Simplify Concurrent Programming

Approachable concurrency in Swift 6.2 simplifies concurrent programming, making the compiler more predictable and reducing overwhelming errors and warnings not related to real issues.
Mobile UX
fromMedium
4 weeks ago

How React Batching and Scheduling Work Behind the Scenes

Understanding batching and scheduling in React is essential for building performant applications.
Software development
fromMedium
1 month ago

How the Actor Model Scales to Millions of Users

The Actor Model, especially with Akka, enables the creation of scalable, efficient, and non-blocking systems in contrast to traditional thread-based architectures.
fromHackernoon
1 year ago

To Gunicorn or to Poetry, That is The Question | HackerNoon

Use Gunicorn for production with concurrency requirements; use Poetry for simpler, development scenarios.
fromMedium
1 month ago

From Vibe Coding to MUD-Part 2

Akka's actor model simplifies concurrency in programming, especially for building multi-client servers.
fromRealpython
1 month 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
#python
fromHackernoon
4 months ago

Go Execution Traces Have Become More Powerful | HackerNoon

The runtime/trace package enhances Go program debugging by producing actionable execution traces.
#java
fromInfoQ
3 months ago
Scala

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

fromInfoQ
3 months ago
Scala

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

fromInfoQ
3 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
Scala
frommedium.com
3 months ago

Fraud Detection in Financial Transactions Using Scala CollectionsA Practical Guide

Scala's performance and collection features make it ideal for high-volume fraud detection systems.
fromRubyflow
3 months ago
Ruby on Rails

Scaling Rails - part 2 Amdahl's law

The optimal number of threads for a process is determined by the amount of work that can be parallelized.
fromRubyflow
3 months ago
Ruby on Rails

Scaling Rails Applications

Scaling Rails applications requires careful consideration of performance factors like concurrency, processes, and resource management.
fromPython GUIs
3 months ago

Multithreading PyQt6 applications with QThreadPool

A common problem when building Python GUI applications is the interface locking up when attempting to perform long-running background tasks.
Running
Scala
fromMedium
4 months ago

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

ZIO fibers provide lightweight concurrency that scales efficiently, utilizing cooperative scheduling over preemptive scheduling found in OS threads.
[ Load more ]