www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - The Computer Language Benchmarks Game

reply Imperatorn <johan_forsberg_86 hotmail.com> writes:
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? 🤔
Oct 13 2020
next sibling parent reply Walter Bright <newshound2 digitalmars.com> writes:
On 10/13/2020 9:54 AM, Imperatorn wrote:
 Any update on this? 🤔
Not interested in that game.
Oct 13 2020
parent reply Imperatorn <johan_forsberg_86 hotmail.com> writes:
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 :)
Oct 14 2020
parent reply Walter Bright <newshound2 digitalmars.com> writes:
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.
Oct 14 2020
next sibling parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
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 :)
Oct 14 2020
prev sibling parent bachmeier <no spam.net> writes:
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.
Oct 14 2020
prev sibling next sibling parent Isaac Gouy <ig yahoo.com> writes:
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/
Jul 17 2021
prev sibling parent Akira1364 <operator97 gmail.com> writes:
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).
Jan 08 2022