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.
- Host: GitHub
- URL: https://github.com/fx-kirin/faster_numpy
- Owner: fx-kirin
- Created: 2017-02-14T06:45:38.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T07:45:26.000Z (over 2 years ago)
- Last Synced: 2025-03-26T20:24:41.440Z (10 months ago)
- Topics: numpy, python
- Language: Python
- Size: 278 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```