Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praveenpenumaka/numpygo
https://github.com/praveenpenumaka/numpygo
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/praveenpenumaka/numpygo
- Owner: praveenpenumaka
- License: gpl-3.0
- Created: 2020-06-07T14:44:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T12:25:05.000Z (over 4 years ago)
- Last Synced: 2024-08-01T00:43:13.041Z (3 months ago)
- Language: Go
- Size: 69.3 KB
- Stars: 40
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# numpygo
numpy implementation in golang
## Why?
Strictly for learning purposes
## TODO
* Benchmarks
* API consistency with numpy
* Lot of vector operations## Note
* Code is not optimized