a-conjecture-of-mine

An exercise on polyglossy: the same problem solved on multiple languages

Commit
9c9765f6344b6a23d581086f4dea27ff8b7140d1
Parent
fd49244a744a5e2d6fb262aebe81d89f6c36e58b
Author
Pablo Emilio Escobar Gaviria <pablo-escobar@riseup.net>
Date

Extracted the stats table in README.adoc to a CSV file

Diffstat

2 files changed, 9 insertions, 26 deletions

Status File Name N° Changes Insertions Deletions
Modified README.adoc 28 2 26
Added stats.csv 7 7 0
diff --git a/README.adoc b/README.adoc
@@ -25,33 +25,9 @@ the interval latexmath:[10^5]
 in multiple language implementations. The performance of each language was then 
 avaliated as the following _(*)_:
 
+[%header,format=csv]
 |===
-|Language |Milliseconds |Processes
-
-|C
-|15.441      
-|4        
- 
-|Rust
-|42.508      
-|4        
-
-|Kotlin
-|12480
-|1
-
-|OCaml
-|30448
-|1
-
-|Go
-|70459
-|4
-
-|Haskell
-|121000
-|1
-
+include:stats.csv[]
 |===
 
 _(*) not all implementations were benchmarked_
diff --git a/stats.csv b/stats.csv
@@ -0,0 +1,7 @@
+Language,Milliseconds,Processes
+C,15.441,4
+Rust,42.508,4
+Kotlin,12480,1
+OCaml,30448,1
+Go,70459,4
+Haskell,121000,1