Difference between revisions of "BenchMarks"

From D Wiki
Jump to: navigation, search
(Create page)
 
(Add Treap "completely-unscientific-benchmarks")
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
These are benchmarks people have performed an reported. They may not be formal/rigid testing, but can give an idea of what D is capable of.
+
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.
  
 +
* 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]
 
* 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]
 
* March 2008 [http://dotnot.org/blog/archives/2008/03/10/xml-benchmarks-updated-graphs-with-rapidxml/ Tango XML]
 
* March 2008 [http://dotnot.org/blog/archives/2008/03/10/xml-benchmarks-updated-graphs-with-rapidxml/ Tango XML]
 +
 +
 +
----
 +
[[Category:Benchmarks]]

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.