a-conjecture-of-mine

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

Commit
22bdd11ee324891360b8a636594407325b865e22
Parent
1554a98150bf64df0e10dadd4f991f17925d31f5
Author
Pablo Escobar Gaviria <gark.garcia@protonmail.com>
Date

Added information about the number of processes used for benchmarking.

Diffstat

2 files changed, 9 insertions, 8 deletions

Status File Name N° Changes Insertions Deletions
Modified .gitignore 1 1 0
Modified README.md 16 8 8
diff --git a/.gitignore b/.gitignore
@@ -12,3 +12,4 @@ build
 *.hi
 Latex
 Cuda
+Idris
diff --git a/README.md b/README.md
@@ -27,14 +27,14 @@ the interval <img src="https://latex.codecogs.com/svg.latex?[0,&space;10^5]"/>
 in multiple language implementations. The performance of each language was then 
 avaliated as the following _(*)_:
 
-|Language      |Milliseconds|
-|--------------|------------|
-|**Go**        |4.1073      |
-|**C**         |15.441      | 
-|**Rust**      |42.508      |
-|**Kotlin**    |12480       |
-|**OCaml**     |30448       |
-|**Haskell**   |121000      |
+|Language      |Milliseconds|Processes|
+|--------------|------------|---------|
+|**Go**        |4.1073      |4        |
+|**C**         |15.441      |4        | 
+|**Rust**      |42.508      |4        |
+|**Kotlin**    |12480       |1        |
+|**OCaml**     |30448       |1        |
+|**Haskell**   |121000      |1        |
 
 _* out of date_