-
Overview
Vectorized execution combines pipelining (avoidance of materialization of large intermediates) with the array-loops code patterns that make MonetDB fast.
Vectorized primitives which typically perform a tight loop over arrays, are amenable to some of the most productive compiler optimizations.
-
References
理解array-loops code patterns
最新推荐文章于 2024-06-19 13:47:47 发布