Skip to content

Commit a8980a4

Browse files
committed
Update results
1 parent 6348602 commit a8980a4

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,29 @@ Docker image was run on: MacBook Pro (Retina, 15-inch, 2017), 2.8 GHz Intel Core
3636

3737
Language | Email(ms) | URI(ms) | IP(ms) | Total(ms)
3838
--- | ---: | ---: | ---: | ---:
39-
**PHP** | 28.29 | 27.61 | 8.98 | 64.88
40-
**Nim** | 28.45 | 27.97 | 8.92 | 65.33
41-
**Rust** | 57.09 | 54.55 | 6.64 | 118.28
42-
**Javascript** | 81.04 | 65.05 | 1.97 | 148.06
43-
**C++ Boost** | 93.51 | 90.62 | 30.24 | 214.37
44-
**Perl** | 119.17 | 83.04 | 53.18 | 255.39
45-
**Dart** | 150.59 | 128.57 | 130.36 | 409.51
46-
**Crystal** | 312.89 | 278.95 | 24.63 | 616.47
47-
**C PCRE2** | 315.78 | 290.08 | 36.40 | 642.26
48-
**Python PyPy2** | 202.86 | 183.38 | 342.52 | 728.77
49-
**D dmd** | 383.52 | 393.97 | 9.32 | 786.81
50-
**Ruby** | 419.26 | 367.64 | 67.38 | 854.27
51-
**D ldc** | 443.60 | 445.49 | 9.15 | 898.24
52-
**Python PyPy3** | 335.47 | 297.96 | 332.18 | 965.61
53-
**Go** | 332.86 | 336.84 | 507.35 | 1177.04
54-
**Kotlin** | 253.47 | 302.30 | 711.79 | 1267.56
55-
**Java** | 265.17 | 310.72 | 700.84 | 1276.73
56-
**Python 2** | 966.65 | 326.54 | 1191.69 | 2484.88
57-
**C++ STL** | 876.62 | 749.35 | 1035.78 | 2661.75
58-
**Python 3** | 1130.53 | 389.89 | 1200.76 | 2721.19
59-
**C# .Net Core** | 2298.70 | 2004.88 | 143.05 | 4446.63
60-
**Dart Native** | 2143.66 | 2432.53 | 39.72 | 4615.91
61-
**C# Mono** | 3791.09 | 3216.65 | 205.67 | 7213.41
39+
**PHP** | 28.65 | 28.16 | 9.14 | 65.95
40+
**Nim** | 28.51 | 28.70 | 9.34 | 66.55
41+
**Rust** | 58.02 | 56.57 | 6.68 | 121.26
42+
**Javascript** | 80.64 | 66.08 | 2.07 | 148.79
43+
**C++ Boost** | 91.91 | 90.49 | 30.87 | 213.27
44+
**Perl** | 119.21 | 84.16 | 50.87 | 254.24
45+
**Dart** | 159.02 | 156.80 | 147.42 | 463.24
46+
**Crystal** | 309.38 | 276.27 | 23.99 | 609.64
47+
**C PCRE2** | 316.15 | 290.52 | 36.25 | 642.93
48+
**Python PyPy2** | 217.51 | 194.75 | 375.67 | 787.93
49+
**D dmd** | 383.97 | 396.27 | 9.50 | 789.74
50+
**Ruby** | 427.38 | 373.20 | 68.10 | 868.69
51+
**D ldc** | 446.19 | 451.91 | 9.37 | 907.48
52+
**Python PyPy3** | 349.46 | 310.80 | 358.30 | 1018.56
53+
**Go** | 339.67 | 341.59 | 514.33 | 1195.58
54+
**Kotlin** | 280.55 | 318.19 | 718.12 | 1316.86
55+
**Java** | 285.24 | 316.65 | 758.83 | 1360.72
56+
**Python 2** | 974.68 | 329.36 | 1206.70 | 2510.74
57+
**C++ STL** | 874.57 | 750.66 | 1035.19 | 2660.42
58+
**Python 3** | 1140.98 | 392.79 | 1214.10 | 2747.86
59+
**C# .Net Core** | 2333.01 | 2006.57 | 142.39 | 4481.96
60+
**Dart Native** | 2129.82 | 2415.06 | 39.12 | 4584.00
61+
**C# Mono** | 3945.79 | 3258.92 | 216.47 | 7421.17
6262

6363
- **Language**: Indicates the language.
6464
- **Email(ms)**, **URI(ms)**, **IP(ms)**: Indicates the time elapsed in milliseconds for finding and counting non-overlapping occurrences for the pattern.
@@ -69,7 +69,7 @@ Language | Email(ms) | URI(ms) | IP(ms) | Total(ms)
6969
- **C**: gcc 7.5.0 & PCRE2 10.31-2
7070
- **Crystal**: crystal 0.34.0 - LLVM: 8.0.0
7171
- **C++**: g++ 7.5.0 | Boost 1.65.1.0
72-
- **C#**: dotnet 3.0.103 | Mono 6.8.0.105
72+
- **C#**: dotnet 3.1.201 | Mono 6.8.0.105
7373
- **D**: DMD v2.089.0 | LDC 1.8.0
7474
- **Dart**: Dart 2.7.2
7575
- **Go**: go 1.14.2

0 commit comments

Comments
 (0)