#multi-threading

[ follow ]
Web frameworks
fromInfoWorld
1 week ago

4 big changes WebAssembly developers need to know about

WebAssembly is evolving with new features that will significantly enhance its capabilities and require developers' adaptation.
Upcoming WASI 0.3 promises native async support, moving beyond current workarounds.
#python
fromRealpython
6 months ago
Python

Understanding Python's Global Interpreter Lock (GIL) - Real Python

The GIL limits Python's multi-threading performance, causing potential bottlenecks in CPU-bound applications.
fromRealpython
1 month ago
Python

What Is the Python Global Interpreter Lock (GIL)? Quiz - Real Python

Understand the impact of Python's Global Interpreter Lock on multi-threaded performance.
The quiz helps assess knowledge on mitigating GIL-related performance issues.
fromRealpython
6 months ago
Python

Understanding Python's Global Interpreter Lock (GIL) - Real Python

The GIL limits Python's multi-threading performance, causing potential bottlenecks in CPU-bound applications.
fromRealpython
1 month ago
Python

What Is the Python Global Interpreter Lock (GIL)? Quiz - Real Python

Understand the impact of Python's Global Interpreter Lock on multi-threaded performance.
The quiz helps assess knowledge on mitigating GIL-related performance issues.
more#python
#thread-safety
fromInfoWorld
2 months ago
Java

Understanding thread synchronization in C#

Thread synchronization in .NET ensures safe access to shared resources in multi-threaded applications.
fromCodeProject
6 months ago
JavaScript

Can Constructors Be Synchronized in Java?

Constructor synchronization ensures only one thread executes constructor code, preventing data inconsistency in multi-threaded environments.
fromInfoWorld
2 months ago
Java

Understanding thread synchronization in C#

Thread synchronization in .NET ensures safe access to shared resources in multi-threaded applications.
fromCodeProject
6 months ago
JavaScript

Can Constructors Be Synchronized in Java?

Constructor synchronization ensures only one thread executes constructor code, preventing data inconsistency in multi-threaded environments.
more#thread-safety
fromSpreaker
5 months ago
JavaScript

Structuring Node.js Applications: Event Loop, Metrics, and Efficient Processing Techniques - JavaScript Jabber

Enforcing non-blocking practices in Node.js is critical for optimal performance and efficiency.
#synchronization
fromCodeProject
9 years ago
JavaScript

Win32 Thread Wrapper with Synchronized Start

Encapsulating Win32 thread management in a class like ThreadWin ensures synchronized initialization of threads and prevents common runtime errors.
fromCodeProject
6 months ago
Miscellaneous

What is a Race Condition? Causes, Examples, and Solutions

Race conditions occur from concurrent access to shared resources without synchronization, leading to unpredictable program outcomes.
fromCodeProject
9 years ago
JavaScript

Win32 Thread Wrapper with Synchronized Start

Encapsulating Win32 thread management in a class like ThreadWin ensures synchronized initialization of threads and prevents common runtime errors.
fromCodeProject
6 months ago
Miscellaneous

What is a Race Condition? Causes, Examples, and Solutions

Race conditions occur from concurrent access to shared resources without synchronization, leading to unpredictable program outcomes.
more#synchronization
fromAmazic
7 months ago
Business intelligence

Dragonfly promises 25x performance and 20% lower costs than Redis for in-memory databases - Amazic

DragonflyDB offers a multi-threaded alternative to Redis, improving performance for in-memory databases.
fromInfoQ
9 months ago
Business intelligence

Redis Improves Performance of Vector Semantic Search with Multi-Threaded Query Engine

Redis released an enhanced Query Engine with multi-threading to scale vertically, improving throughput for compute-intensive operations while maintaining sub-millisecond latency.
fromQuansight
9 months ago
Python

Free-threaded CPython is ready to experiment with!

Free-threaded CPython allows running multiple threads in parallel, enhancing performance for multi-threaded applications.
[ Load more ]