@raviqqe/stak 0.10.10 → 0.10.11
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 +3 -3
- package/package.json +1 -1
- package/stak_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -178,9 +178,9 @@ The Stak Scheme interpreter runs 2 to 4 times slower than Python 3 at computatio
|
|
|
178
178
|
|
|
179
179
|
| Benchmark | Stak (minimal [^1]) | Stak (full [^2]) |
|
|
180
180
|
| ---------------- | ------------------: | ---------------: |
|
|
181
|
-
| Fibonacci number |
|
|
182
|
-
| Integer sum | 2.
|
|
183
|
-
| Tak function | 2.
|
|
181
|
+
| Fibonacci number | 1.87x slower | 3.11x slower |
|
|
182
|
+
| Integer sum | 2.04x slower | 3.71x slower |
|
|
183
|
+
| Tak function | 2.12x slower | 3.57x slower |
|
|
184
184
|
|
|
185
185
|
### Startup benchmarks
|
|
186
186
|
|
package/package.json
CHANGED
package/stak_wasm_bg.wasm
CHANGED
|
Binary file
|