Skip to content

feat(vm): use a bitwise op instead of modulo in the VM when checking …

855b559
Select commit
Loading
Failed to load commit list.
Closed

feat(vm): use a bitwise op instead of modulo in the VM when checking … #682

feat(vm): use a bitwise op instead of modulo in the VM when checking …
855b559
Select commit
Loading
Failed to load commit list.
CodSpeed HQ / CodSpeed Performance Analysis failed Apr 23, 2026 in 0s

Performance Regression: -1.38%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

❌ 4 regressed benchmarks
✅ 14 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
n_queens 97.5 ms 98.8 ms -1.38%
for_sum 822.7 ms 833.4 ms -1.29%
fibonacci 31 ms 31.3 ms -1.03%
ackermann 344.1 ms 348.7 ms -1.31%

Comparing SuperFola-patch-1 (855b559) with dev (316db97)

Open in CodSpeed