Skip to content

Commit 272e9f7

Browse files
MatteoMerclaude
andcommitted
docs: update benchmark table with latest results on M1 Pro
Zolt now beats Jolt across all 14 programs — large SHA-256 workloads improved from ~1.0x parity to 0.53-0.71x. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 75056bc commit 272e9f7

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,20 @@ Compared against [Jolt](https://github.com/a16z/jolt) (Rust) on Apple M1 Pro, 16
7777

7878
| Program | Trace | Jolt (ms) | Zolt (ms) | Ratio |
7979
|---------|------:|----------:|----------:|------:|
80-
| fibonacci | 128 | 702.21 | 195.80 | 0.28x |
81-
| factorial | 64 | 877.07 | 166.29 | 0.19x |
82-
| bitwise | 512 | 763.48 | 235.37 | 0.31x |
83-
| collatz | 2048 | 888.86 | 382.80 | 0.43x |
84-
| primes | 2048 | 860.59 | 421.58 | 0.49x |
85-
| sum | 16 | 669.59 | 157.24 | 0.23x |
86-
| gcd | 256 | 690.98 | 255.23 | 0.37x |
87-
| signed | 16 | 682.64 | 160.60 | 0.24x |
88-
| primes_large | 65536 | 1729.97 | 1757.10 | 1.02x |
89-
| sha256_128 | 16384 | 1476.15 | 1468.76 | 0.99x |
90-
| sha256 | 8192 | 1256.52 | 1215.65 | 0.97x |
91-
| sha256_512 | 32768 | 2056.07 | 2084.61 | 1.01x |
92-
| sha256_1024 | 65536 | 2947.85 | 2886.95 | 0.98x |
93-
| sha256_2048 | 131072 | 3917.25 | 4029.60 | 1.03x |
80+
| fibonacci | 128 | 700.95 | 157.25 | 0.22x |
81+
| factorial | 64 | 686.91 | 139.28 | 0.20x |
82+
| bitwise | 512 | 769.48 | 205.33 | 0.27x |
83+
| collatz | 2048 | 867.76 | 281.20 | 0.32x |
84+
| primes | 2048 | 840.17 | 303.15 | 0.36x |
85+
| sum | 16 | 652.35 | 131.52 | 0.20x |
86+
| gcd | 256 | 682.48 | 193.43 | 0.28x |
87+
| signed | 16 | 672.60 | 143.37 | 0.21x |
88+
| primes_large | 65536 | 1769.51 | 1260.96 | 0.71x |
89+
| sha256_128 | 16384 | 1464.11 | 903.51 | 0.62x |
90+
| sha256 | 16384 | 1822.50 | 964.19 | 0.53x |
91+
| sha256_512 | 32768 | 1992.00 | 1268.11 | 0.64x |
92+
| sha256_1024 | 65536 | 2712.83 | 1848.69 | 0.68x |
93+
| sha256_2048 | 131072 | 4669.83 | 3191.04 | 0.68x |
9494

9595
## Upstream Compatibility
9696

0 commit comments

Comments
 (0)