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

This post does NOT talk about existing async frameworks in C++. We will talk the basic concept of asynchronous multi-thread design pattern in C++ and … ...more

October 19, 2024 #Design Pattern #C++
Type Conversions in C++ and Rust

Both C++ and Rust provide type conversion mechanism at the language syntax level. But they work differently. C++ allows implicit type conversion, powe… ...more

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

This article proposes a systematic way to detect the precision loss due to runtime data storage. What is float point precision loss? Computer system u… ...more

October 09, 2024 #Math #Control System
12345 6
Recent
RVO (Return Value Optimization) and deleted move constructors pitfall.
Solve SIOF (Static Initialization Order Fiasco) with Meyer's Singleton.
Re-visit Sorting algorithms with 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.
Understand 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++.
How to NOT nest your code.

About Contact Privacy Sitemap

© 2025 Xiahua

Powered by Zola & Abridge