Thread overview
The Computer Language Benchmarks Game
Oct 13, 2020
Imperatorn
Oct 14, 2020
Walter Bright
Oct 14, 2020
Imperatorn
Oct 14, 2020
Walter Bright
Oct 14, 2020
Imperatorn
Oct 14, 2020
bachmeier
Jul 18, 2021
Isaac Gouy
Jan 09, 2022
Akira1364
October 13, 2020
https://forum.dlang.org/post/wcownwoteiownrtnilow@forum.dlang.org

On Tuesday, 9 August 2016 at 22:07:05 UTC, Isaac Gouy wrote:
> On Thursday, 4 August 2016 at 20:15:35 UTC, Ali Çehreli wrote:
>
>> but the measurement code is available for others to use
>
> It's down to you --
>
> "If you're interested in something not shown on the benchmarks game website then please take the program source code and the measurement scripts and publish your own measurements."
>
>
> You've already found the measurement scripts --
>
> http://benchmarksgame.alioth.debian.org/download/benchmarksgame-script.zip
>
>
> To help you start, I've gone through the archive and zip'd the previously-contributed D programs which you should probably update --
>
> http://benchmarksgame.alioth.debian.org/download/dlang-benchmarksgame-programs.zip

Any update on this? 🤔
October 13, 2020
On 10/13/2020 9:54 AM, Imperatorn wrote:
> Any update on this? 🤔

Not interested in that game.
October 14, 2020
On Wednesday, 14 October 2020 at 02:00:23 UTC, Walter Bright wrote:
> On 10/13/2020 9:54 AM, Imperatorn wrote:
>> Any update on this? 🤔
>
> Not interested in that game.

Feel ya. Someone talked about it on Discord, apparently D was once on there? Just curious :)
October 14, 2020
On 10/14/2020 1:33 AM, Imperatorn wrote:
> Feel ya. Someone talked about it on Discord, apparently D was once on there? Just curious :)

Isaac decided to remove D from his web site, so there's no point in us supporting his game.
October 14, 2020
On Wednesday, 14 October 2020 at 20:24:46 UTC, Walter Bright wrote:
> On 10/14/2020 1:33 AM, Imperatorn wrote:
>> Feel ya. Someone talked about it on Discord, apparently D was once on there? Just curious :)
>
> Isaac decided to remove D from his web site, so there's no point in us supporting his game.

Ok, didn't know that. I was just wondering. Yeah, there are alot of better ways to spend your time than with those kind of games :)
October 14, 2020
On Wednesday, 14 October 2020 at 20:24:46 UTC, Walter Bright wrote:
> On 10/14/2020 1:33 AM, Imperatorn wrote:
>> Feel ya. Someone talked about it on Discord, apparently D was once on there? Just curious :)
>
> Isaac decided to remove D from his web site, so there's no point in us supporting his game.

Yeah, you'd have to replicate his results for all the other languages, then add D versions of the programs. It would have to go on this site. Nobody would see or care about it if it's not on the main website.
July 18, 2021
On Tuesday, 13 October 2020 at 16:54:03 UTC, Imperatorn wrote:
> https://forum.dlang.org/post/wcownwoteiownrtnilow@forum.dlang.org
> Any update on this? 🤔


Perhaps help this person include D programs on their website —

https://programming-language-benchmarks.vercel.app/



January 09, 2022
On Tuesday, 13 October 2020 at 16:54:03 UTC, Imperatorn wrote:
> https://forum.dlang.org/post/wcownwoteiownrtnilow@forum.dlang.org
>
> On Tuesday, 9 August 2016 at 22:07:05 UTC, Isaac Gouy wrote:
>> On Thursday, 4 August 2016 at 20:15:35 UTC, Ali Çehreli wrote:
>>
>>> but the measurement code is available for others to use
>>
>> It's down to you --
>>
>> "If you're interested in something not shown on the benchmarks game website then please take the program source code and the measurement scripts and publish your own measurements."
>>
>>
>> You've already found the measurement scripts --
>>
>> http://benchmarksgame.alioth.debian.org/download/benchmarksgame-script.zip
>>
>>
>> To help you start, I've gone through the archive and zip'd the previously-contributed D programs which you should probably update --
>>
>> http://benchmarksgame.alioth.debian.org/download/dlang-benchmarksgame-programs.zip
>
> Any update on this? 🤔

I am 100% certain that this is the fastest implementation of Binary Trees ever written in D, if it helps:

https://github.com/BinaryTrees/BinaryTreesBenchmarkD

Optimizes best with LDC (by far).