rbenchmark

↗ HN profile [ 194 ms ] full profile

No user record in our sample, but rbenchmark has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. Python-3.13.0b3 is over 100% slower with --disable-gil compared to --enable-gil. Benchmark: sum = 0.0 def f(): global sum for i in range(10000): for j in range(10000): sum += i*j return sum print(f()) Build A:…