https://github.com/itamarst/simd-profiles
Proof of concept: using modern SIMD in compiled Python extension
https://github.com/itamarst/simd-profiles
Last synced: 4 months ago
JSON representation
Proof of concept: using modern SIMD in compiled Python extension
- Host: GitHub
- URL: https://github.com/itamarst/simd-profiles
- Owner: itamarst
- License: mit
- Created: 2023-10-17T15:06:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T14:21:24.000Z (over 2 years ago)
- Last Synced: 2025-04-08T12:23:54.374Z (about 1 year ago)
- Language: Cython
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simd-profiles
Proof of concept: using modern SIMD in compiled Python extension