Doris Development Notes: Optimizing Hot Code in Storage Layer with SIMD Instructions
Recently, I’ve been developing the vectorized computing engine for Doris. During the investigation of CPU hotspots, I discovered CPU hotspot issues in the storage layer. Therefore, I attempted to optimize this part of the CPU hotspot code using SIMD instructions, achieving good performance improvements. This note documents the discovery of the issue, the solution process, … Read more