Skip to main content

NumPower

A library for numerical calculations and scientific computing made for PHP

AVX2 and GPU support

NumPower was designed from the ground up to utilize AVX2 and the GPU to further improve performance.

Efficient memory usage

With the use of strided linear arrays, slices, buffer sharing and a specific GC engine, NumPower manages memory more efficiently than a matrix in PHP arrays

Powered by C

By using a purely C backend we can extract even more of your machine's computational power