plb icon indicating copy to clipboard operation
plb copied to clipboard

Programming language benchmarks

Results 11 plb issues
Sort by recently updated
recently updated
newest added

As I started learning the scopes language and since it stated "performance of C", I wanted to check by myself. Adaptating the sudoku solver benchmark was a way of doing...

Rewritten to give D a strong chance at the benchmark. Unfortunately, there are some limitations to the D regex regarding encoding (As you found). https://dlang.org/phobos/std_regex.html#Unicode%20support You can clean the howto...

How about running the benchmarks again? Since last test many runtimes improved their perfomance. New results can be interesting.

Hi Attractive Chaos, Thanks for your detailed benchmark - it's very impressive. Given PHP is arguably one of the most popular languages in this web era, do you have plan...

This pull request makes it build again with the current rust-nightly. It also runs ;-). In fact the reason I did these modifications is to compare its runtime to my...

Wrote this a while back; figured it's worth the look.

Revert division to use floor division to restore python 3 compatibility.