https://github.com/fuglede/wasmerbench
Comparing wasmer with Numba/Cython/Pythran/PyO3
https://github.com/fuglede/wasmerbench
Last synced: 9 months ago
JSON representation
Comparing wasmer with Numba/Cython/Pythran/PyO3
- Host: GitHub
- URL: https://github.com/fuglede/wasmerbench
- Owner: fuglede
- Created: 2021-08-04T07:47:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T07:27:00.000Z (almost 5 years ago)
- Last Synced: 2025-02-24T01:39:46.290Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wasmer as an alternative to Numba/Pythran/Cython/PyO3
||Language|Windows support|No compilation|No bundled runtime|Platform-independent builds|Small deployment|Just worked|Performance|
| :-- | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
|Numba|Python|✔️|✔️|❌|✔️|✔️|⚠|⚠|️
|Pythran|Python|✔️|❌|✔️|❌|⚠️|❌|✔|
|Cython|Cython|✔️|❌|✔️|❌|⚠️|✔|✔|
|PyO3|Rust|✔️|❌|✔️|❌|❌|✔|✔|
|Wasmer (Cranelift)|Multiple|✔️|❌|❌|✔️|✔|✔|❌|
|Wasmer (LLVM)|Multiple|❌|❌|❌|✔️|✔|✔|✔|