plb2 icon indicating copy to clipboard operation
plb2 copied to clipboard

A programming language benchmark

Results 13 plb2 issues
Sort by recently updated
recently updated
newest added

Can you post what version of C# and .NET frameworks you used?

> interpret[t]ed with no compilation > … > compile hot code on the fly and then execute You could contrast jit and interpreted directly by showing timings for both default...

interpretted -> interpreted

All BMs give only a single number as output for validating the computational result, except the Sudoku one, which spits out the solved sudokus several times. This might slow down...

Relative to node js the PHP times seem much slower than PHP8.2 on the benchmarks game. See [PHP benchmarks may have been run with OPcache and JIT turned off](https://salsa.debian.org/benchmarksgame-team/benchmarksgame/-/issues/512) See...

In preparation to try a matmul for elixir, I figured I'd try refactoring the ruby matmul first to get a feel for it and managed to squeeze a bit more...

something like this: ``` alias time='/usr/bin/time -f "\nCPU: %Us\tReal: %es\tRAM: %MKB"' ```

arm64-darwin is a proprietary non-mainstream architecture and a closed-source OS - it shouldn't be used as reference please perform and publish benchmarks on amd64 platforms

This PR adds [Chapel](https://chapel-lang.org/) ports of the C matmul and nqueen benchmarks. These should have competitive performance with the C versions (at least, they do on the systems I have...