Skip to content

Commit a884530

Browse files
committed
NIM -> Nim
1 parent 6be98a2 commit a884530

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

nim.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ proc getLongestPath(nodeId: int): int =
3737
let result = getLongestPath(0)
3838
let duration = cpuTime() - start
3939

40-
echo result, " LANGUAGE NIM ", int(duration * 1000)
40+
echo result, " LANGUAGE Nim ", int(duration * 1000)

writeup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Just to clarify: I'm not comparing ARM and x86, I'm comparing language implement
2121
| CSharp | 62.638 |
2222
| GCCGo | 49.7576 |
2323
| FSharp | 45.9485 |
24-
| NIM | 43.4246 |
24+
| Nim | 43.4246 |
2525
| Go | 41.8213 |
2626
| Racket | 40.823 |
2727
| Ocaml | 36.0282 |
@@ -97,7 +97,7 @@ Anyway, here's the numbers you probably came here for. The x86-64 device is an I
9797
| Language | Runtime (ms) |
9898
| :------- | -----------: |
9999
| C++ | 2265 |
100-
| NIM | 4783 |
100+
| Nim | 4783 |
101101
| CSharp | 5436 |
102102
| GCCGo | 6395 |
103103
| Go | 7544 |
@@ -116,7 +116,7 @@ Anyway, here's the numbers you probably came here for. The x86-64 device is an I
116116
| :------- | -----------: |
117117
| C++ | 1673 |
118118
| D | 1991 |
119-
| NIM | 2077 |
119+
| Nim | 2077 |
120120
| Rust | 2259 |
121121
| Java | 2560 |
122122
| OracleJava | 2615 |
@@ -374,4 +374,4 @@ There's no algorith for finding the longest path to one's inlaws that doesn't ta
374374

375375
**Comments:**
376376

377-
Make pull requests with your comments here. Or, more sensibly, use the [Reddit thread](http://www.reddit.com/r/programming/comments/2pvf68/armv7_vs_x8664_pathfinding_benchmark_of_c_d_go/)
377+
Make pull requests with your comments here. Or, more sensibly, use the [Reddit thread](http://www.reddit.com/r/programming/comments/2pvf68/armv7_vs_x8664_pathfinding_benchmark_of_c_d_go/)

writeup.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,4 @@ There's no algorith for finding the longest path to one's inlaws that doesn't ta
328328

329329
**Comments:**
330330

331-
Make pull requests with your comments here. Or, more sensibly, use the [Reddit thread](http://www.reddit.com/r/programming/comments/2pvf68/armv7_vs_x8664_pathfinding_benchmark_of_c_d_go/)
331+
Make pull requests with your comments here. Or, more sensibly, use the [Reddit thread](http://www.reddit.com/r/programming/comments/2pvf68/armv7_vs_x8664_pathfinding_benchmark_of_c_d_go/)

0 commit comments

Comments
 (0)