Difference between revisions of "BenchMarks"

From D Wiki
Jump to: navigation, search
(Add compiler benchmark by Nordlöw)
(Add Treap "completely-unscientific-benchmarks")
 
Line 2: Line 2:
  
 
* July 2020 [https://github.com/nordlow/compiler-benchmark/blob/9d7113f1512567cac79d0ddc062b3a11258d89c3/README.md Compile time comparison]
 
* July 2020 [https://github.com/nordlow/compiler-benchmark/blob/9d7113f1512567cac79d0ddc062b3a11258d89c3/README.md Compile time comparison]
 +
* April 2020 [https://github.com/frol/completely-unscientific-benchmarks/blob/baeadaac61807f0049ad35b9282b0c27eeb6d104/README.md Treap] (Runtime, Memory, Binary size; Naive & Optimized)
 
* April 2014 [http://dpaste.dzfl.pl/13d23fd71092 ctRegex]
 
* April 2014 [http://dpaste.dzfl.pl/13d23fd71092 ctRegex]
 
* December 2013 [https://atilanevesoncode.wordpress.com/2013/12/05/go-vs-d-vs-erlang-vs-c-in-real-life-mqtt-broker-implementation-shootout/ MQTT]
 
* December 2013 [https://atilanevesoncode.wordpress.com/2013/12/05/go-vs-d-vs-erlang-vs-c-in-real-life-mqtt-broker-implementation-shootout/ MQTT]

Latest revision as of 16:45, 16 July 2020

These are benchmarks people have performed and reported. They may not be formal/rigid testing, but can give an idea of what D is capable of.