In-Depth Analysis of TiFlash: Compiler-Based Automatic Vectorization Acceleration

In-Depth Analysis of TiFlash: Compiler-Based Automatic Vectorization Acceleration

SIMD (Single Instruction Multiple Data) is a technology that uses a single controller to manage multiple processors, executing the same operation on each element of a set of data (also known as a “data vector”), thereby achieving spatial parallelism. It is an important means of program acceleration. This article will briefly introduce some basic knowledge … Read more