1 repository
Distribution of element-wise array operations and reductions across multiple CPU cores.
Distinct from Transparent GPU Array Parallelism: Candidates focus on GPU parallelism or specific database operations, not general CPU-threaded array iteration.
Explore 1 awesome GitHub repository matching scientific & mathematical computing · Parallel Array Processing. Refine with filters or upvote what's useful.
ndarray is a multidimensional array library for Rust that serves as a linear algebra framework and scientific computing tool. It provides the core infrastructure for creating and manipulating n-dimensional arrays, functioning as both a parallel array processor and a toolkit for numerical data analysis. The library distinguishes itself by providing efficient slicing and memory views, allowing for data sharing without copying. It leverages optimized backend math libraries for high-speed matrix multiplication and distributes heavy mathematical iterations across multiple CPU threads to accelerate
Increases processing speed by distributing array iterations and methods across multiple CPU threads.