@raviqqe/stak 0.10.2 → 0.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/stak_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -171,7 +171,7 @@ fn run_scheme(module: &UniversalModule) -> Result<(), EngineError> {
|
|
|
171
171
|
|
|
172
172
|
### Computational benchmarks
|
|
173
173
|
|
|
174
|
-
The Stak Scheme interpreter runs 2 to
|
|
174
|
+
The Stak Scheme interpreter runs 2 to 5 times slower than Python 3 at computationally heavy tasks depending on its configuration and benchmarks. For all the benchmark results, see [the GitHub Action](https://github.com/raviqqe/stak/actions/workflows/bench.yaml).
|
|
175
175
|
|
|
176
176
|
- Baseline: Python 3.12
|
|
177
177
|
- Environment: Ubuntu 24.04, x86-64
|
package/package.json
CHANGED
package/stak_wasm_bg.wasm
CHANGED
|
Binary file
|