Parallelism in Python: Directing Vectorization with NumExpr
by staff from High-Performance Computing News Analysis | insideHPC on (#4PZCK)
According to a new edition of Parallel Universe Magazine, from Intel, Python has several pathways to vectorization. These range from just-intime (JIT) compilation with Numba 1 to C-like code with Cython. A chapter from a recent edition of Parallel Universe Magazine, explores parallelism in Python.
The post Parallelism in Python: Directing Vectorization with NumExpr appeared first on insideHPC.