Xiahua
  • About
  • Posts
  • Tags
Asynchronous Multi-Thread Design Pattern with C++

This post does NOT discuss existing high-level async libraries or frameworks in C++. Instead, we explore the fundamental concepts behind the Asynchron… ...more

October 19, 2024 #Concurrent Programming #C++
Type Conversions in C++ and Rust

Both C++ and Rust provide language-level type conversions, but they work very differently. C++ allows implicit conversions driven by constructors and … ...more

October 19, 2024 #Rust #C++
Precision loss detection in control systems.

This article outlines a practical way to detect when runtime data storage starts eroding meaningful precision. What is floating-point precision loss? … ...more

October 09, 2024 #Math #Control System
12345 6
Recent
The C++ RVO Trap: When Deleted Move Constructors Break Your Code
Solving the Static Initialization Order Fiasco (SIOF) with Meyer's Singleton
Revisit Sorting Algorithms in C++
LeetCode Graph Question Summary
LeetCode Binary Tree Question Summary
LeetCode Linked List Question Summary
Asynchronous Multi-Thread Design Pattern with C++
Type Conversions in C++ and Rust
Precision loss detection in control systems.
Understanding Routing and NAT with WireGuard VPN
Ubuntu 24.04 LTS Cloud Server Quick Configuration
Why is std::hash a struct?
Perfect forwarding in C++
Avoid virtual functions in C++ (when possible)
The Art of Flattening: How to NOT Nest Your Code
About Contact Privacy Sitemap

© 2025 Xiahua

Powered by Zola & Abridge