https://github.com/njsmith/ufunc-abi-analysis
Analyses of how people use the numpy ufunc C ABI (and API) in practice
https://github.com/njsmith/ufunc-abi-analysis
Last synced: 3 months ago
JSON representation
Analyses of how people use the numpy ufunc C ABI (and API) in practice
- Host: GitHub
- URL: https://github.com/njsmith/ufunc-abi-analysis
- Owner: njsmith
- Created: 2015-09-20T21:38:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T22:19:47.000Z (over 9 years ago)
- Last Synced: 2025-01-19T09:41:58.956Z (4 months ago)
- Language: HTML
- Size: 34.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
This repository records some analyses of how real-world code uses the
C API/ABI for numpy ufuncs.See https://github.com/njsmith/codetrawl for the analysis tool, and
to view the generated reports in this repo see:* https://rawgit.com/njsmith/ufunc-abi-analysis/master/reports/pyufuncobject-report.html
* https://rawgit.com/njsmith/ufunc-abi-analysis/master/reports/ufunc-cython-report.html
* https://rawgit.com/njsmith/ufunc-abi-analysis/master/reports/PyUFunc_ReplaceLoopBySignature-report.html
* https://rawgit.com/njsmith/ufunc-abi-analysis/master/reports/PyUFunc_SetUsesArraysAsData-report.html