igouy
igouy
> …or create your own benchmark from scratch! [Been there; done that.](https://benchmarksgame-team.pages.debian.net/benchmarksgame/) > …even then it will include the startup time. Which might be very significant or very insignificant —...
_fwiw_ the same experiment with C# seems to show a smaller difference (dotnet --version 2.1.302) ``` static void Program_Main() { var tree = new Tree(); var cur = 5; var...
Any dlang programs will be in these folders: https://salsa.debian.org/benchmarksgame-team/archive-alioth-benchmarksgame/-/tree/master/contributed-source-code/shootout They are old. I don't know if they still work, but of course you can use them.
Also https://qznc.github.io/d-shootout/ Don't know if they are different.
> Unfortunately, those code from 3+ years ago does not compile anymore : ) Looks like D lang has changed a lot. Sorry.
Hi https://github.com/hanabi1224/Programming-Language-Benchmarks "This is inspired by The Computer Language Benchmarks Game, thanks to the creator." Some people always read "thanks to the creator" to mean "thanks to God". Perhaps better...
https://benchmarksgame-team.pages.debian.net/benchmarksgame/sometimes-people-just-make-up-stuff.html#cloud-desktop
> @[JZerf](https://github.com/JZerf) Over the long run, people will determine optimal algorithms to solve the problems and those optimal algorithms will be adopted by most of the programs anyway. With respect,...
> one of the goals @hanabi1224 ? A decade ago, one of the goals of the benchmarks game was — To show working programs written in *less familiar* programming languages....
Happily this isn't an argument I need to win, I'll just provide a counterpoint. > @JZerf … after about two and a half years… If that was — after about...