About
This skill provides a comprehensive library of domain-specific patterns and best practices for building high-performance C++20 applications. It enables Claude to implement cache-optimized data structures like Structure of Arrays (SoA), leverage SIMD vectorization with AVX intrinsics, and manage memory via aligned allocators and pools. By providing guidance on thread parallelism, lock-free structures, and NUMA-aware allocation, this skill helps developers maximize hardware utilization for scientific simulations, real-time systems, and performance-critical backends.