Found on proggit: simple treap language benchmark, includes D

Nerve nervecenter7 at gmail.com
Sun May 20 15:30:37 UTC 2018


On Saturday, 19 May 2018 at 15:09:38 UTC, Joakim wrote:
> D does well, comes in second on Mac/Win/linux:
>
> https://github.com/frol/completely-unscientific-benchmarks
> https://www.reddit.com/r/programming/comments/8jbfa7/naive_benchmark_treap_implementation_of_c_rust/

The results in these tests are blazing fast, but they all forego 
the GC for manual allocation.

In the Issues section of the repo, I included some simple, 
vanilla D translated from their Java implementation and made for 
use with the GC and runtime. I also included some raw sample 
times that are competitive with desktop i7 times of Rust and 
ref-counted C++ on...get this...a much slower laptop i5.

This sort of thing needs to be shouted from the rooftops by the 
Foundation.

I'll see if I can get it included so they can test it on their 
specific setup.


More information about the Digitalmars-d mailing list