An open API service indexing awesome lists of open source software.

https://github.com/fx-kirin/faster_numpy

make numpy faster again.
https://github.com/fx-kirin/faster_numpy

numpy python

Last synced: 6 months ago
JSON representation

make numpy faster again.

Awesome Lists containing this project

README

          

# faster_numpy
make numpy faster again.

## Purpose

`numpy.mean` is very slow. I'd like to make it faster.

## Status
Currently, it only supports 1D array.

## Install
```
pip install git+https://github.com/fx-kirin/faster_numpy.git
```