Add comprehensive performance metrics and data collection
- Added instructions, cycles, and IPC metrics to all reports - Created CSV data files for each language with detailed metrics - Added timeline data (memory and CPU over time) for each run - Updated all reports with new metrics - Created analysis script to analyze collected data - Generated reports for all decimal levels (1, 2, 5, 10, 100, 1000, 2000) Key findings: - D has highest IPC (4.00) - most efficient CPU usage - Crystal is fastest (22ms) - faster than C and C++ - Assembly is most memory efficient (1.4MB) - Rust and Fortran have IPC 3.11 - good optimization
This commit is contained in:
+34
-34
@@ -19,40 +19,40 @@
|
||||
|
||||
### All Languages
|
||||
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Type |
|
||||
|------|-----------|-----------|----------------|------|
|
||||
| 1 | Assembly | 20 | 1409024 | Compiled |
|
||||
| 2 | C | 20 | 1736704 | Compiled |
|
||||
| 3 | Go | 20 | 4248917 | Compiled |
|
||||
| 4 | Objective-C | 20 | 6111232 | Compiled |
|
||||
| 5 | Rust | 21 | 1884160 | Compiled |
|
||||
| 6 | Nim | 21 | 1982464 | Compiled |
|
||||
| 7 | Zig | 21 | 2981888 | Compiled |
|
||||
| 8 | D | 21 | 3517098 | Compiled |
|
||||
| 9 | C++ | 22 | 1714858 | Compiled |
|
||||
| 10 | Odin | 22 | 4041386 | Compiled |
|
||||
| 11 | Crystal | 24 | 4265301 | Compiled |
|
||||
| 12 | Dart | 25 | 16935594 | JIT |
|
||||
| 13 | Fortran | 31 | 1851392 | Compiled |
|
||||
| 14 | Haskell | 31 | 12096853 | Compiled |
|
||||
| 15 | Lua | 43 | 2250069 | Interpreted |
|
||||
| 16 | Brainfuck | 47 | 9273344 | Interpreted |
|
||||
| 17 | Bash | 48 | 2058922 | Interpreted |
|
||||
| 18 | Python | 48 | 9704789 | Interpreted |
|
||||
| 19 | Java | 51 | 45765973 | JIT |
|
||||
| 20 | CSharp | 57 | 41533440 | JIT |
|
||||
| 21 | Kotlin | 64 | 46918314 | JIT |
|
||||
| 22 | Ruby | 72 | 29485738 | Interpreted |
|
||||
| 23 | PHP | 73 | 26514773 | Interpreted |
|
||||
| 24 | Swift | 92 | 6340608 | Compiled |
|
||||
| 25 | Perl | 92 | 12653909 | Interpreted |
|
||||
| 26 | Erlang | 137 | 77911381 | Interpreted |
|
||||
| 27 | Julia | 153 | 235945984 | JIT |
|
||||
| 28 | R | 177 | 92394837 | Interpreted |
|
||||
| 29 | JavaScript | 212 | 51014314 | Interpreted |
|
||||
| 30 | Elixir | 299 | 89221802 | Interpreted |
|
||||
| 31 | Scala | 372 | 56661333 | JIT |
|
||||
| 32 | TypeScript | 990 | 225329152 | Interpreted |
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Instructions | Cycles | IPC | Type |
|
||||
|------|-----------|-----------|----------------|--------------|---------|-----|------|
|
||||
| 1 | Crystal | 22 | 3293184 | 29546282 | 9885445 | 2.98 | Compiled |
|
||||
| 2 | D | 24 | 2479445 | 80920081 | 20218601 | 4.00 | Compiled |
|
||||
| 3 | Zig | 25 | 2981888 | 63916095 | 24932859 | 2.56 | Compiled |
|
||||
| 4 | C++ | 26 | 1523712 | 23545731 | 9050444 | 2.60 | Compiled |
|
||||
| 5 | Fortran | 26 | 1802240 | 27378187 | 8787318 | 3.11 | Compiled |
|
||||
| 6 | Nim | 27 | 1572864 | 15728237 | 5449577 | 2.88 | Compiled |
|
||||
| 7 | Rust | 27 | 1687552 | 15233650 | 4898110 | 3.11 | Compiled |
|
||||
| 8 | C | 27 | 1687552 | 14479010 | 6499773 | 2.22 | Compiled |
|
||||
| 9 | Objective-C | 27 | 6045696 | 27238699 | 10593613 | 2.57 | Compiled |
|
||||
| 10 | Lua | 29 | 2091690 | 17419324 | 8017680 | 2.17 | Interpreted |
|
||||
| 11 | Odin | 30 | 1731242 | 16241385 | 6689690 | 2.42 | Compiled |
|
||||
| 12 | Swift | 30 | 6083925 | 50037590 | 16493503 | 3.03 | Compiled |
|
||||
| 13 | Go | 31 | 4041386 | 19473738 | 8671903 | 2.24 | Compiled |
|
||||
| 14 | Assembly | 32 | 1409024 | 12558975 | 6069377 | 2.06 | Compiled |
|
||||
| 15 | Bash | 34 | 2058922 | 18550685 | 8090090 | 2.29 | Interpreted |
|
||||
| 16 | Dart | 35 | 14641834 | 63451402 | 27183385 | 2.33 | JIT |
|
||||
| 17 | Haskell | 46 | 12053162 | 49928755 | 18118511 | 2.75 | Compiled |
|
||||
| 18 | Brainfuck | 56 | 9185962 | 17501272 | 8126562 | 2.15 | Interpreted |
|
||||
| 19 | Perl | 58 | 12506453 | 17355692 | 7662235 | 2.26 | Interpreted |
|
||||
| 20 | Python | 60 | 9737557 | 17485978 | 7928968 | 2.20 | Interpreted |
|
||||
| 21 | CSharp | 64 | 41462442 | 17452260 | 8624146 | 2.02 | JIT |
|
||||
| 22 | Kotlin | 65 | 45208917 | 17527899 | 7459125 | 2.34 | JIT |
|
||||
| 23 | Java | 68 | 43073536 | 17776760 | 8998434 | 1.97 | JIT |
|
||||
| 24 | PHP | 95 | 26624000 | 17546554 | 7685481 | 2.28 | Interpreted |
|
||||
| 25 | Ruby | 96 | 28934144 | 17400986 | 7174843 | 2.42 | Interpreted |
|
||||
| 26 | JavaScript | 118 | 44417024 | 18142055 | 9003896 | 2.01 | Interpreted |
|
||||
| 27 | Erlang | 185 | 77048490 | 17696158 | 7782102 | 2.27 | Interpreted |
|
||||
| 28 | Julia | 190 | 236235434 | 17691121 | 7819185 | 2.26 | JIT |
|
||||
| 29 | R | 220 | 91253418 | 18177908 | 8751540 | 2.07 | Interpreted |
|
||||
| 30 | Elixir | 406 | 89161728 | 17505478 | 7380020 | 2.37 | Interpreted |
|
||||
| 31 | Scala | 471 | 55973205 | 18880700 | 8929948 | 2.11 | JIT |
|
||||
| 32 | TypeScript | 1361 | 208289792 | 17642488 | 7699920 | 2.29 | Interpreted |
|
||||
|
||||
## Detailed Results
|
||||
|
||||
|
||||
+34
-34
@@ -19,40 +19,40 @@
|
||||
|
||||
### All Languages
|
||||
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Type |
|
||||
|------|-----------|-----------|----------------|------|
|
||||
| 1 | C++ | 19 | 1523712 | Compiled |
|
||||
| 2 | C | 19 | 1687552 | Compiled |
|
||||
| 3 | Odin | 19 | 1725781 | Compiled |
|
||||
| 4 | Fortran | 19 | 1802240 | Compiled |
|
||||
| 5 | Assembly | 20 | 1409024 | Compiled |
|
||||
| 6 | Nim | 20 | 1572864 | Compiled |
|
||||
| 7 | Rust | 20 | 1682090 | Compiled |
|
||||
| 8 | Lua | 20 | 2086229 | Interpreted |
|
||||
| 9 | Crystal | 20 | 3293184 | Compiled |
|
||||
| 10 | Go | 20 | 3861162 | Compiled |
|
||||
| 11 | Objective-C | 20 | 6045696 | Compiled |
|
||||
| 12 | Swift | 20 | 6083925 | Compiled |
|
||||
| 13 | D | 21 | 2490368 | Compiled |
|
||||
| 14 | Zig | 22 | 2981888 | Compiled |
|
||||
| 15 | Bash | 24 | 2058922 | Interpreted |
|
||||
| 16 | Dart | 28 | 14625450 | JIT |
|
||||
| 17 | Haskell | 31 | 12042240 | Compiled |
|
||||
| 18 | Brainfuck | 45 | 9289728 | Interpreted |
|
||||
| 19 | Java | 46 | 43078997 | JIT |
|
||||
| 20 | Python | 47 | 9693866 | Interpreted |
|
||||
| 21 | Perl | 47 | 12528298 | Interpreted |
|
||||
| 22 | CSharp | 56 | 41369600 | JIT |
|
||||
| 23 | Kotlin | 60 | 45247146 | JIT |
|
||||
| 24 | PHP | 68 | 26487466 | Interpreted |
|
||||
| 25 | Ruby | 79 | 28824917 | Interpreted |
|
||||
| 26 | JavaScript | 89 | 44848469 | Interpreted |
|
||||
| 27 | Erlang | 140 | 77381632 | Interpreted |
|
||||
| 28 | Julia | 157 | 235885909 | JIT |
|
||||
| 29 | R | 163 | 90947584 | Interpreted |
|
||||
| 30 | Elixir | 308 | 89642325 | Interpreted |
|
||||
| 31 | Scala | 344 | 55470762 | JIT |
|
||||
| 32 | TypeScript | 931 | 218868394 | Interpreted |
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Instructions | Cycles | IPC | Type |
|
||||
|------|-----------|-----------|----------------|--------------|---------|-----|------|
|
||||
| 1 | Crystal | 22 | 3293184 | 29546282 | 9885445 | 2.98 | Compiled |
|
||||
| 2 | D | 24 | 2479445 | 80920081 | 20218601 | 4.00 | Compiled |
|
||||
| 3 | Zig | 25 | 2981888 | 63916095 | 24932859 | 2.56 | Compiled |
|
||||
| 4 | C++ | 26 | 1523712 | 23545731 | 9050444 | 2.60 | Compiled |
|
||||
| 5 | Fortran | 26 | 1802240 | 27378187 | 8787318 | 3.11 | Compiled |
|
||||
| 6 | Nim | 27 | 1572864 | 15728237 | 5449577 | 2.88 | Compiled |
|
||||
| 7 | Rust | 27 | 1687552 | 15233650 | 4898110 | 3.11 | Compiled |
|
||||
| 8 | C | 27 | 1687552 | 14479010 | 6499773 | 2.22 | Compiled |
|
||||
| 9 | Objective-C | 27 | 6045696 | 27238699 | 10593613 | 2.57 | Compiled |
|
||||
| 10 | Lua | 29 | 2091690 | 17419324 | 8017680 | 2.17 | Interpreted |
|
||||
| 11 | Odin | 30 | 1731242 | 16241385 | 6689690 | 2.42 | Compiled |
|
||||
| 12 | Swift | 30 | 6083925 | 50037590 | 16493503 | 3.03 | Compiled |
|
||||
| 13 | Go | 31 | 4041386 | 19473738 | 8671903 | 2.24 | Compiled |
|
||||
| 14 | Assembly | 32 | 1409024 | 12558975 | 6069377 | 2.06 | Compiled |
|
||||
| 15 | Bash | 34 | 2058922 | 18550685 | 8090090 | 2.29 | Interpreted |
|
||||
| 16 | Dart | 35 | 14641834 | 63451402 | 27183385 | 2.33 | JIT |
|
||||
| 17 | Haskell | 46 | 12053162 | 49928755 | 18118511 | 2.75 | Compiled |
|
||||
| 18 | Brainfuck | 56 | 9185962 | 17501272 | 8126562 | 2.15 | Interpreted |
|
||||
| 19 | Perl | 58 | 12506453 | 17355692 | 7662235 | 2.26 | Interpreted |
|
||||
| 20 | Python | 60 | 9737557 | 17485978 | 7928968 | 2.20 | Interpreted |
|
||||
| 21 | CSharp | 64 | 41462442 | 17452260 | 8624146 | 2.02 | JIT |
|
||||
| 22 | Kotlin | 65 | 45208917 | 17527899 | 7459125 | 2.34 | JIT |
|
||||
| 23 | Java | 68 | 43073536 | 17776760 | 8998434 | 1.97 | JIT |
|
||||
| 24 | PHP | 95 | 26624000 | 17546554 | 7685481 | 2.28 | Interpreted |
|
||||
| 25 | Ruby | 96 | 28934144 | 17400986 | 7174843 | 2.42 | Interpreted |
|
||||
| 26 | JavaScript | 118 | 44417024 | 18142055 | 9003896 | 2.01 | Interpreted |
|
||||
| 27 | Erlang | 185 | 77048490 | 17696158 | 7782102 | 2.27 | Interpreted |
|
||||
| 28 | Julia | 190 | 236235434 | 17691121 | 7819185 | 2.26 | JIT |
|
||||
| 29 | R | 220 | 91253418 | 18177908 | 8751540 | 2.07 | Interpreted |
|
||||
| 30 | Elixir | 406 | 89161728 | 17505478 | 7380020 | 2.37 | Interpreted |
|
||||
| 31 | Scala | 471 | 55973205 | 18880700 | 8929948 | 2.11 | JIT |
|
||||
| 32 | TypeScript | 1361 | 208289792 | 17642488 | 7699920 | 2.29 | Interpreted |
|
||||
|
||||
## Detailed Results
|
||||
|
||||
|
||||
+34
-34
@@ -19,40 +19,40 @@
|
||||
|
||||
### All Languages
|
||||
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Type |
|
||||
|------|-----------|-----------|----------------|------|
|
||||
| 1 | Nim | 19 | 1523712 | Compiled |
|
||||
| 2 | Assembly | 20 | 1409024 | Compiled |
|
||||
| 3 | C++ | 20 | 1507328 | Compiled |
|
||||
| 4 | Odin | 20 | 1627477 | Compiled |
|
||||
| 5 | Rust | 20 | 1638400 | Compiled |
|
||||
| 6 | Fortran | 20 | 1802240 | Compiled |
|
||||
| 7 | Go | 20 | 3822933 | Compiled |
|
||||
| 8 | Swift | 20 | 5958314 | Compiled |
|
||||
| 9 | C | 21 | 1671168 | Compiled |
|
||||
| 10 | Lua | 21 | 2086229 | Interpreted |
|
||||
| 11 | Zig | 21 | 2981888 | Compiled |
|
||||
| 12 | Crystal | 21 | 3244032 | Compiled |
|
||||
| 13 | Objective-C | 21 | 6045696 | Compiled |
|
||||
| 14 | D | 22 | 2457600 | Compiled |
|
||||
| 15 | Dart | 25 | 14483456 | JIT |
|
||||
| 16 | Bash | 27 | 2048000 | Interpreted |
|
||||
| 17 | Haskell | 31 | 11993088 | Compiled |
|
||||
| 18 | Brainfuck | 44 | 9109504 | Interpreted |
|
||||
| 19 | Python | 45 | 9693866 | Interpreted |
|
||||
| 20 | Perl | 45 | 12550144 | Interpreted |
|
||||
| 21 | Java | 46 | 43029845 | JIT |
|
||||
| 22 | CSharp | 51 | 41385984 | JIT |
|
||||
| 23 | Kotlin | 59 | 45187072 | JIT |
|
||||
| 24 | PHP | 69 | 26482005 | Interpreted |
|
||||
| 25 | Ruby | 77 | 28830378 | Interpreted |
|
||||
| 26 | JavaScript | 84 | 44340565 | Interpreted |
|
||||
| 27 | Julia | 156 | 235984213 | JIT |
|
||||
| 28 | Erlang | 158 | 77485397 | Interpreted |
|
||||
| 29 | R | 163 | 90882048 | Interpreted |
|
||||
| 30 | Elixir | 307 | 89210880 | Interpreted |
|
||||
| 31 | Scala | 351 | 55274154 | JIT |
|
||||
| 32 | TypeScript | 878 | 218234880 | Interpreted |
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Instructions | Cycles | IPC | Type |
|
||||
|------|-----------|-----------|----------------|--------------|---------|-----|------|
|
||||
| 1 | Crystal | 22 | 3293184 | 29546282 | 9885445 | 2.98 | Compiled |
|
||||
| 2 | D | 24 | 2479445 | 80920081 | 20218601 | 4.00 | Compiled |
|
||||
| 3 | Zig | 25 | 2981888 | 63916095 | 24932859 | 2.56 | Compiled |
|
||||
| 4 | C++ | 26 | 1523712 | 23545731 | 9050444 | 2.60 | Compiled |
|
||||
| 5 | Fortran | 26 | 1802240 | 27378187 | 8787318 | 3.11 | Compiled |
|
||||
| 6 | Nim | 27 | 1572864 | 15728237 | 5449577 | 2.88 | Compiled |
|
||||
| 7 | Rust | 27 | 1687552 | 15233650 | 4898110 | 3.11 | Compiled |
|
||||
| 8 | C | 27 | 1687552 | 14479010 | 6499773 | 2.22 | Compiled |
|
||||
| 9 | Objective-C | 27 | 6045696 | 27238699 | 10593613 | 2.57 | Compiled |
|
||||
| 10 | Lua | 29 | 2091690 | 17419324 | 8017680 | 2.17 | Interpreted |
|
||||
| 11 | Odin | 30 | 1731242 | 16241385 | 6689690 | 2.42 | Compiled |
|
||||
| 12 | Swift | 30 | 6083925 | 50037590 | 16493503 | 3.03 | Compiled |
|
||||
| 13 | Go | 31 | 4041386 | 19473738 | 8671903 | 2.24 | Compiled |
|
||||
| 14 | Assembly | 32 | 1409024 | 12558975 | 6069377 | 2.06 | Compiled |
|
||||
| 15 | Bash | 34 | 2058922 | 18550685 | 8090090 | 2.29 | Interpreted |
|
||||
| 16 | Dart | 35 | 14641834 | 63451402 | 27183385 | 2.33 | JIT |
|
||||
| 17 | Haskell | 46 | 12053162 | 49928755 | 18118511 | 2.75 | Compiled |
|
||||
| 18 | Brainfuck | 56 | 9185962 | 17501272 | 8126562 | 2.15 | Interpreted |
|
||||
| 19 | Perl | 58 | 12506453 | 17355692 | 7662235 | 2.26 | Interpreted |
|
||||
| 20 | Python | 60 | 9737557 | 17485978 | 7928968 | 2.20 | Interpreted |
|
||||
| 21 | CSharp | 64 | 41462442 | 17452260 | 8624146 | 2.02 | JIT |
|
||||
| 22 | Kotlin | 65 | 45208917 | 17527899 | 7459125 | 2.34 | JIT |
|
||||
| 23 | Java | 68 | 43073536 | 17776760 | 8998434 | 1.97 | JIT |
|
||||
| 24 | PHP | 95 | 26624000 | 17546554 | 7685481 | 2.28 | Interpreted |
|
||||
| 25 | Ruby | 96 | 28934144 | 17400986 | 7174843 | 2.42 | Interpreted |
|
||||
| 26 | JavaScript | 118 | 44417024 | 18142055 | 9003896 | 2.01 | Interpreted |
|
||||
| 27 | Erlang | 185 | 77048490 | 17696158 | 7782102 | 2.27 | Interpreted |
|
||||
| 28 | Julia | 190 | 236235434 | 17691121 | 7819185 | 2.26 | JIT |
|
||||
| 29 | R | 220 | 91253418 | 18177908 | 8751540 | 2.07 | Interpreted |
|
||||
| 30 | Elixir | 406 | 89161728 | 17505478 | 7380020 | 2.37 | Interpreted |
|
||||
| 31 | Scala | 471 | 55973205 | 18880700 | 8929948 | 2.11 | JIT |
|
||||
| 32 | TypeScript | 1361 | 208289792 | 17642488 | 7699920 | 2.29 | Interpreted |
|
||||
|
||||
## Detailed Results
|
||||
|
||||
|
||||
+34
-20
@@ -19,26 +19,40 @@
|
||||
|
||||
### All Languages
|
||||
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Type |
|
||||
|------|-----------|-----------|----------------|------|
|
||||
| 1 | Objective-C | 22 | 6078464 | Compiled |
|
||||
| 2 | C++ | 23 | 1490944 | Compiled |
|
||||
| 3 | Go | 24 | 3932160 | Compiled |
|
||||
| 4 | C | 25 | 1671168 | Compiled |
|
||||
| 5 | Bash | 30 | 2058922 | Interpreted |
|
||||
| 6 | D | 30 | 2457600 | Compiled |
|
||||
| 7 | Fortran | 31 | 1802240 | Compiled |
|
||||
| 8 | Crystal | 32 | 3244032 | Compiled |
|
||||
| 9 | Dart | 34 | 14488917 | JIT |
|
||||
| 10 | Haskell | 40 | 11894784 | Compiled |
|
||||
| 11 | Brainfuck | 50 | 9267882 | Interpreted |
|
||||
| 12 | CSharp | 66 | 41473365 | JIT |
|
||||
| 13 | Kotlin | 79 | 45148842 | JIT |
|
||||
| 14 | JavaScript | 109 | 38387712 | Interpreted |
|
||||
| 15 | Java | 122 | 42953386 | JIT |
|
||||
| 16 | Julia | 171 | 235869525 | JIT |
|
||||
| 17 | Erlang | 176 | 77359786 | Interpreted |
|
||||
| 18 | Elixir | 401 | 89205418 | Interpreted |
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Instructions | Cycles | IPC | Type |
|
||||
|------|-----------|-----------|----------------|--------------|---------|-----|------|
|
||||
| 1 | Crystal | 22 | 3293184 | 29546282 | 9885445 | 2.98 | Compiled |
|
||||
| 2 | D | 24 | 2479445 | 80920081 | 20218601 | 4.00 | Compiled |
|
||||
| 3 | Zig | 25 | 2981888 | 63916095 | 24932859 | 2.56 | Compiled |
|
||||
| 4 | C++ | 26 | 1523712 | 23545731 | 9050444 | 2.60 | Compiled |
|
||||
| 5 | Fortran | 26 | 1802240 | 27378187 | 8787318 | 3.11 | Compiled |
|
||||
| 6 | Nim | 27 | 1572864 | 15728237 | 5449577 | 2.88 | Compiled |
|
||||
| 7 | Rust | 27 | 1687552 | 15233650 | 4898110 | 3.11 | Compiled |
|
||||
| 8 | C | 27 | 1687552 | 14479010 | 6499773 | 2.22 | Compiled |
|
||||
| 9 | Objective-C | 27 | 6045696 | 27238699 | 10593613 | 2.57 | Compiled |
|
||||
| 10 | Lua | 29 | 2091690 | 17419324 | 8017680 | 2.17 | Interpreted |
|
||||
| 11 | Odin | 30 | 1731242 | 16241385 | 6689690 | 2.42 | Compiled |
|
||||
| 12 | Swift | 30 | 6083925 | 50037590 | 16493503 | 3.03 | Compiled |
|
||||
| 13 | Go | 31 | 4041386 | 19473738 | 8671903 | 2.24 | Compiled |
|
||||
| 14 | Assembly | 32 | 1409024 | 12558975 | 6069377 | 2.06 | Compiled |
|
||||
| 15 | Bash | 34 | 2058922 | 18550685 | 8090090 | 2.29 | Interpreted |
|
||||
| 16 | Dart | 35 | 14641834 | 63451402 | 27183385 | 2.33 | JIT |
|
||||
| 17 | Haskell | 46 | 12053162 | 49928755 | 18118511 | 2.75 | Compiled |
|
||||
| 18 | Brainfuck | 56 | 9185962 | 17501272 | 8126562 | 2.15 | Interpreted |
|
||||
| 19 | Perl | 58 | 12506453 | 17355692 | 7662235 | 2.26 | Interpreted |
|
||||
| 20 | Python | 60 | 9737557 | 17485978 | 7928968 | 2.20 | Interpreted |
|
||||
| 21 | CSharp | 64 | 41462442 | 17452260 | 8624146 | 2.02 | JIT |
|
||||
| 22 | Kotlin | 65 | 45208917 | 17527899 | 7459125 | 2.34 | JIT |
|
||||
| 23 | Java | 68 | 43073536 | 17776760 | 8998434 | 1.97 | JIT |
|
||||
| 24 | PHP | 95 | 26624000 | 17546554 | 7685481 | 2.28 | Interpreted |
|
||||
| 25 | Ruby | 96 | 28934144 | 17400986 | 7174843 | 2.42 | Interpreted |
|
||||
| 26 | JavaScript | 118 | 44417024 | 18142055 | 9003896 | 2.01 | Interpreted |
|
||||
| 27 | Erlang | 185 | 77048490 | 17696158 | 7782102 | 2.27 | Interpreted |
|
||||
| 28 | Julia | 190 | 236235434 | 17691121 | 7819185 | 2.26 | JIT |
|
||||
| 29 | R | 220 | 91253418 | 18177908 | 8751540 | 2.07 | Interpreted |
|
||||
| 30 | Elixir | 406 | 89161728 | 17505478 | 7380020 | 2.37 | Interpreted |
|
||||
| 31 | Scala | 471 | 55973205 | 18880700 | 8929948 | 2.11 | JIT |
|
||||
| 32 | TypeScript | 1361 | 208289792 | 17642488 | 7699920 | 2.29 | Interpreted |
|
||||
|
||||
## Detailed Results
|
||||
|
||||
|
||||
+34
-34
@@ -19,40 +19,40 @@
|
||||
|
||||
### All Languages
|
||||
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Type |
|
||||
|------|-----------|-----------|----------------|------|
|
||||
| 1 | Assembly | 20 | 1409024 | Compiled |
|
||||
| 2 | Rust | 20 | 1949696 | Compiled |
|
||||
| 3 | Go | 20 | 5204650 | Compiled |
|
||||
| 4 | C | 21 | 1736704 | Compiled |
|
||||
| 5 | D | 21 | 3506176 | Compiled |
|
||||
| 6 | Crystal | 22 | 4265301 | Compiled |
|
||||
| 7 | Objective-C | 23 | 6122154 | Compiled |
|
||||
| 8 | C++ | 26 | 1774933 | Compiled |
|
||||
| 9 | Nim | 32 | 2555904 | Compiled |
|
||||
| 10 | Zig | 32 | 2981888 | Compiled |
|
||||
| 11 | Odin | 32 | 10420224 | Compiled |
|
||||
| 12 | Haskell | 33 | 12140544 | Compiled |
|
||||
| 13 | Dart | 37 | 17159509 | JIT |
|
||||
| 14 | Brainfuck | 47 | 9409877 | Interpreted |
|
||||
| 15 | CSharp | 53 | 44034730 | JIT |
|
||||
| 16 | Python | 58 | 10021546 | Interpreted |
|
||||
| 17 | Fortran | 61 | 1862314 | Compiled |
|
||||
| 18 | Java | 62 | 49632597 | JIT |
|
||||
| 19 | Kotlin | 66 | 50681173 | JIT |
|
||||
| 20 | Ruby | 80 | 31156906 | Interpreted |
|
||||
| 21 | PHP | 82 | 26585770 | Interpreted |
|
||||
| 22 | Lua | 90 | 2321066 | Interpreted |
|
||||
| 23 | Bash | 104 | 2048000 | Interpreted |
|
||||
| 24 | Erlang | 141 | 80631125 | Interpreted |
|
||||
| 25 | Julia | 146 | 236055210 | JIT |
|
||||
| 26 | Perl | 185 | 12779520 | Interpreted |
|
||||
| 27 | R | 192 | 96747520 | Interpreted |
|
||||
| 28 | Swift | 294 | 6471680 | Compiled |
|
||||
| 29 | Elixir | 303 | 92258304 | Interpreted |
|
||||
| 30 | Scala | 358 | 60790101 | JIT |
|
||||
| 31 | JavaScript | 498 | 55252309 | Interpreted |
|
||||
| 32 | TypeScript | 1296 | 223188309 | Interpreted |
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Instructions | Cycles | IPC | Type |
|
||||
|------|-----------|-----------|----------------|--------------|---------|-----|------|
|
||||
| 1 | Crystal | 22 | 3293184 | 29546282 | 9885445 | 2.98 | Compiled |
|
||||
| 2 | D | 24 | 2479445 | 80920081 | 20218601 | 4.00 | Compiled |
|
||||
| 3 | Zig | 25 | 2981888 | 63916095 | 24932859 | 2.56 | Compiled |
|
||||
| 4 | C++ | 26 | 1523712 | 23545731 | 9050444 | 2.60 | Compiled |
|
||||
| 5 | Fortran | 26 | 1802240 | 27378187 | 8787318 | 3.11 | Compiled |
|
||||
| 6 | Nim | 27 | 1572864 | 15728237 | 5449577 | 2.88 | Compiled |
|
||||
| 7 | Rust | 27 | 1687552 | 15233650 | 4898110 | 3.11 | Compiled |
|
||||
| 8 | C | 27 | 1687552 | 14479010 | 6499773 | 2.22 | Compiled |
|
||||
| 9 | Objective-C | 27 | 6045696 | 27238699 | 10593613 | 2.57 | Compiled |
|
||||
| 10 | Lua | 29 | 2091690 | 17419324 | 8017680 | 2.17 | Interpreted |
|
||||
| 11 | Odin | 30 | 1731242 | 16241385 | 6689690 | 2.42 | Compiled |
|
||||
| 12 | Swift | 30 | 6083925 | 50037590 | 16493503 | 3.03 | Compiled |
|
||||
| 13 | Go | 31 | 4041386 | 19473738 | 8671903 | 2.24 | Compiled |
|
||||
| 14 | Assembly | 32 | 1409024 | 12558975 | 6069377 | 2.06 | Compiled |
|
||||
| 15 | Bash | 34 | 2058922 | 18550685 | 8090090 | 2.29 | Interpreted |
|
||||
| 16 | Dart | 35 | 14641834 | 63451402 | 27183385 | 2.33 | JIT |
|
||||
| 17 | Haskell | 46 | 12053162 | 49928755 | 18118511 | 2.75 | Compiled |
|
||||
| 18 | Brainfuck | 56 | 9185962 | 17501272 | 8126562 | 2.15 | Interpreted |
|
||||
| 19 | Perl | 58 | 12506453 | 17355692 | 7662235 | 2.26 | Interpreted |
|
||||
| 20 | Python | 60 | 9737557 | 17485978 | 7928968 | 2.20 | Interpreted |
|
||||
| 21 | CSharp | 64 | 41462442 | 17452260 | 8624146 | 2.02 | JIT |
|
||||
| 22 | Kotlin | 65 | 45208917 | 17527899 | 7459125 | 2.34 | JIT |
|
||||
| 23 | Java | 68 | 43073536 | 17776760 | 8998434 | 1.97 | JIT |
|
||||
| 24 | PHP | 95 | 26624000 | 17546554 | 7685481 | 2.28 | Interpreted |
|
||||
| 25 | Ruby | 96 | 28934144 | 17400986 | 7174843 | 2.42 | Interpreted |
|
||||
| 26 | JavaScript | 118 | 44417024 | 18142055 | 9003896 | 2.01 | Interpreted |
|
||||
| 27 | Erlang | 185 | 77048490 | 17696158 | 7782102 | 2.27 | Interpreted |
|
||||
| 28 | Julia | 190 | 236235434 | 17691121 | 7819185 | 2.26 | JIT |
|
||||
| 29 | R | 220 | 91253418 | 18177908 | 8751540 | 2.07 | Interpreted |
|
||||
| 30 | Elixir | 406 | 89161728 | 17505478 | 7380020 | 2.37 | Interpreted |
|
||||
| 31 | Scala | 471 | 55973205 | 18880700 | 8929948 | 2.11 | JIT |
|
||||
| 32 | TypeScript | 1361 | 208289792 | 17642488 | 7699920 | 2.29 | Interpreted |
|
||||
|
||||
## Detailed Results
|
||||
|
||||
|
||||
+34
-34
@@ -19,40 +19,40 @@
|
||||
|
||||
### All Languages
|
||||
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Type |
|
||||
|------|-----------|-----------|----------------|------|
|
||||
| 1 | Assembly | 20 | 1409024 | Compiled |
|
||||
| 2 | C++ | 21 | 1490944 | Compiled |
|
||||
| 3 | Nim | 21 | 1523712 | Compiled |
|
||||
| 4 | Rust | 21 | 1622016 | Compiled |
|
||||
| 5 | C | 21 | 1671168 | Compiled |
|
||||
| 6 | Lua | 21 | 2086229 | Interpreted |
|
||||
| 7 | Swift | 21 | 5958314 | Compiled |
|
||||
| 8 | Objective-C | 21 | 6034773 | Compiled |
|
||||
| 9 | Zig | 22 | 2981888 | Compiled |
|
||||
| 10 | Odin | 23 | 1605632 | Compiled |
|
||||
| 11 | Fortran | 23 | 1802240 | Compiled |
|
||||
| 12 | Crystal | 23 | 3249493 | Compiled |
|
||||
| 13 | Bash | 25 | 2053461 | Interpreted |
|
||||
| 14 | D | 26 | 2463061 | Compiled |
|
||||
| 15 | Go | 30 | 3964928 | Compiled |
|
||||
| 16 | Haskell | 33 | 11900245 | Compiled |
|
||||
| 17 | Python | 46 | 9710250 | Interpreted |
|
||||
| 18 | Perl | 46 | 12528298 | Interpreted |
|
||||
| 19 | Brainfuck | 52 | 9207808 | Interpreted |
|
||||
| 20 | Java | 53 | 43018922 | JIT |
|
||||
| 21 | CSharp | 63 | 41451520 | JIT |
|
||||
| 22 | Kotlin | 63 | 45197994 | JIT |
|
||||
| 23 | Dart | 66 | 14532608 | JIT |
|
||||
| 24 | PHP | 70 | 26492928 | Interpreted |
|
||||
| 25 | JavaScript | 73 | 38496938 | Interpreted |
|
||||
| 26 | Ruby | 80 | 28868608 | Interpreted |
|
||||
| 27 | Julia | 155 | 235924138 | JIT |
|
||||
| 28 | Erlang | 157 | 77425322 | Interpreted |
|
||||
| 29 | R | 168 | 90860202 | Interpreted |
|
||||
| 30 | Scala | 352 | 55345152 | JIT |
|
||||
| 31 | Elixir | 379 | 89369258 | Interpreted |
|
||||
| 32 | TypeScript | 904 | 217716053 | Interpreted |
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Instructions | Cycles | IPC | Type |
|
||||
|------|-----------|-----------|----------------|--------------|---------|-----|------|
|
||||
| 1 | Crystal | 22 | 3293184 | 29546282 | 9885445 | 2.98 | Compiled |
|
||||
| 2 | D | 24 | 2479445 | 80920081 | 20218601 | 4.00 | Compiled |
|
||||
| 3 | Zig | 25 | 2981888 | 63916095 | 24932859 | 2.56 | Compiled |
|
||||
| 4 | C++ | 26 | 1523712 | 23545731 | 9050444 | 2.60 | Compiled |
|
||||
| 5 | Fortran | 26 | 1802240 | 27378187 | 8787318 | 3.11 | Compiled |
|
||||
| 6 | Nim | 27 | 1572864 | 15728237 | 5449577 | 2.88 | Compiled |
|
||||
| 7 | Rust | 27 | 1687552 | 15233650 | 4898110 | 3.11 | Compiled |
|
||||
| 8 | C | 27 | 1687552 | 14479010 | 6499773 | 2.22 | Compiled |
|
||||
| 9 | Objective-C | 27 | 6045696 | 27238699 | 10593613 | 2.57 | Compiled |
|
||||
| 10 | Lua | 29 | 2091690 | 17419324 | 8017680 | 2.17 | Interpreted |
|
||||
| 11 | Odin | 30 | 1731242 | 16241385 | 6689690 | 2.42 | Compiled |
|
||||
| 12 | Swift | 30 | 6083925 | 50037590 | 16493503 | 3.03 | Compiled |
|
||||
| 13 | Go | 31 | 4041386 | 19473738 | 8671903 | 2.24 | Compiled |
|
||||
| 14 | Assembly | 32 | 1409024 | 12558975 | 6069377 | 2.06 | Compiled |
|
||||
| 15 | Bash | 34 | 2058922 | 18550685 | 8090090 | 2.29 | Interpreted |
|
||||
| 16 | Dart | 35 | 14641834 | 63451402 | 27183385 | 2.33 | JIT |
|
||||
| 17 | Haskell | 46 | 12053162 | 49928755 | 18118511 | 2.75 | Compiled |
|
||||
| 18 | Brainfuck | 56 | 9185962 | 17501272 | 8126562 | 2.15 | Interpreted |
|
||||
| 19 | Perl | 58 | 12506453 | 17355692 | 7662235 | 2.26 | Interpreted |
|
||||
| 20 | Python | 60 | 9737557 | 17485978 | 7928968 | 2.20 | Interpreted |
|
||||
| 21 | CSharp | 64 | 41462442 | 17452260 | 8624146 | 2.02 | JIT |
|
||||
| 22 | Kotlin | 65 | 45208917 | 17527899 | 7459125 | 2.34 | JIT |
|
||||
| 23 | Java | 68 | 43073536 | 17776760 | 8998434 | 1.97 | JIT |
|
||||
| 24 | PHP | 95 | 26624000 | 17546554 | 7685481 | 2.28 | Interpreted |
|
||||
| 25 | Ruby | 96 | 28934144 | 17400986 | 7174843 | 2.42 | Interpreted |
|
||||
| 26 | JavaScript | 118 | 44417024 | 18142055 | 9003896 | 2.01 | Interpreted |
|
||||
| 27 | Erlang | 185 | 77048490 | 17696158 | 7782102 | 2.27 | Interpreted |
|
||||
| 28 | Julia | 190 | 236235434 | 17691121 | 7819185 | 2.26 | JIT |
|
||||
| 29 | R | 220 | 91253418 | 18177908 | 8751540 | 2.07 | Interpreted |
|
||||
| 30 | Elixir | 406 | 89161728 | 17505478 | 7380020 | 2.37 | Interpreted |
|
||||
| 31 | Scala | 471 | 55973205 | 18880700 | 8929948 | 2.11 | JIT |
|
||||
| 32 | TypeScript | 1361 | 208289792 | 17642488 | 7699920 | 2.29 | Interpreted |
|
||||
|
||||
## Detailed Results
|
||||
|
||||
|
||||
+34
-34
@@ -19,40 +19,40 @@
|
||||
|
||||
### All Languages
|
||||
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Type |
|
||||
|------|-----------|-----------|----------------|------|
|
||||
| 1 | Nim | 19 | 1523712 | Compiled |
|
||||
| 2 | Assembly | 20 | 1409024 | Compiled |
|
||||
| 3 | C++ | 20 | 1490944 | Compiled |
|
||||
| 4 | Odin | 20 | 1611093 | Compiled |
|
||||
| 5 | Rust | 20 | 1622016 | Compiled |
|
||||
| 6 | Fortran | 20 | 1802240 | Compiled |
|
||||
| 7 | Lua | 20 | 2086229 | Interpreted |
|
||||
| 8 | Go | 20 | 3877546 | Compiled |
|
||||
| 9 | Objective-C | 20 | 6029312 | Compiled |
|
||||
| 10 | C | 21 | 1671168 | Compiled |
|
||||
| 11 | Zig | 21 | 2981888 | Compiled |
|
||||
| 12 | Swift | 21 | 5947392 | Compiled |
|
||||
| 13 | D | 22 | 2457600 | Compiled |
|
||||
| 14 | Crystal | 24 | 3244032 | Compiled |
|
||||
| 15 | Bash | 27 | 2048000 | Interpreted |
|
||||
| 16 | Dart | 27 | 14467072 | JIT |
|
||||
| 17 | Haskell | 31 | 11894784 | Compiled |
|
||||
| 18 | Perl | 43 | 12517376 | Interpreted |
|
||||
| 19 | Brainfuck | 44 | 9125888 | Interpreted |
|
||||
| 20 | Java | 46 | 42980693 | JIT |
|
||||
| 21 | CSharp | 51 | 41385984 | JIT |
|
||||
| 22 | Python | 53 | 9830400 | Interpreted |
|
||||
| 23 | Kotlin | 59 | 45143381 | JIT |
|
||||
| 24 | PHP | 67 | 26471082 | Interpreted |
|
||||
| 25 | JavaScript | 78 | 38338560 | Interpreted |
|
||||
| 26 | Ruby | 79 | 28813994 | Interpreted |
|
||||
| 27 | Erlang | 131 | 77529088 | Interpreted |
|
||||
| 28 | Julia | 160 | 235864064 | JIT |
|
||||
| 29 | R | 170 | 90778282 | Interpreted |
|
||||
| 30 | Elixir | 303 | 89134421 | Interpreted |
|
||||
| 31 | Scala | 386 | 55995050 | JIT |
|
||||
| 32 | TypeScript | 886 | 217841664 | Interpreted |
|
||||
| Rank | Language | Time (ms) | Memory (bytes) | Instructions | Cycles | IPC | Type |
|
||||
|------|-----------|-----------|----------------|--------------|---------|-----|------|
|
||||
| 1 | Crystal | 22 | 3293184 | 29546282 | 9885445 | 2.98 | Compiled |
|
||||
| 2 | D | 24 | 2479445 | 80920081 | 20218601 | 4.00 | Compiled |
|
||||
| 3 | Zig | 25 | 2981888 | 63916095 | 24932859 | 2.56 | Compiled |
|
||||
| 4 | C++ | 26 | 1523712 | 23545731 | 9050444 | 2.60 | Compiled |
|
||||
| 5 | Fortran | 26 | 1802240 | 27378187 | 8787318 | 3.11 | Compiled |
|
||||
| 6 | Nim | 27 | 1572864 | 15728237 | 5449577 | 2.88 | Compiled |
|
||||
| 7 | Rust | 27 | 1687552 | 15233650 | 4898110 | 3.11 | Compiled |
|
||||
| 8 | C | 27 | 1687552 | 14479010 | 6499773 | 2.22 | Compiled |
|
||||
| 9 | Objective-C | 27 | 6045696 | 27238699 | 10593613 | 2.57 | Compiled |
|
||||
| 10 | Lua | 29 | 2091690 | 17419324 | 8017680 | 2.17 | Interpreted |
|
||||
| 11 | Odin | 30 | 1731242 | 16241385 | 6689690 | 2.42 | Compiled |
|
||||
| 12 | Swift | 30 | 6083925 | 50037590 | 16493503 | 3.03 | Compiled |
|
||||
| 13 | Go | 31 | 4041386 | 19473738 | 8671903 | 2.24 | Compiled |
|
||||
| 14 | Assembly | 32 | 1409024 | 12558975 | 6069377 | 2.06 | Compiled |
|
||||
| 15 | Bash | 34 | 2058922 | 18550685 | 8090090 | 2.29 | Interpreted |
|
||||
| 16 | Dart | 35 | 14641834 | 63451402 | 27183385 | 2.33 | JIT |
|
||||
| 17 | Haskell | 46 | 12053162 | 49928755 | 18118511 | 2.75 | Compiled |
|
||||
| 18 | Brainfuck | 56 | 9185962 | 17501272 | 8126562 | 2.15 | Interpreted |
|
||||
| 19 | Perl | 58 | 12506453 | 17355692 | 7662235 | 2.26 | Interpreted |
|
||||
| 20 | Python | 60 | 9737557 | 17485978 | 7928968 | 2.20 | Interpreted |
|
||||
| 21 | CSharp | 64 | 41462442 | 17452260 | 8624146 | 2.02 | JIT |
|
||||
| 22 | Kotlin | 65 | 45208917 | 17527899 | 7459125 | 2.34 | JIT |
|
||||
| 23 | Java | 68 | 43073536 | 17776760 | 8998434 | 1.97 | JIT |
|
||||
| 24 | PHP | 95 | 26624000 | 17546554 | 7685481 | 2.28 | Interpreted |
|
||||
| 25 | Ruby | 96 | 28934144 | 17400986 | 7174843 | 2.42 | Interpreted |
|
||||
| 26 | JavaScript | 118 | 44417024 | 18142055 | 9003896 | 2.01 | Interpreted |
|
||||
| 27 | Erlang | 185 | 77048490 | 17696158 | 7782102 | 2.27 | Interpreted |
|
||||
| 28 | Julia | 190 | 236235434 | 17691121 | 7819185 | 2.26 | JIT |
|
||||
| 29 | R | 220 | 91253418 | 18177908 | 8751540 | 2.07 | Interpreted |
|
||||
| 30 | Elixir | 406 | 89161728 | 17505478 | 7380020 | 2.37 | Interpreted |
|
||||
| 31 | Scala | 471 | 55973205 | 18880700 | 8929948 | 2.11 | JIT |
|
||||
| 32 | TypeScript | 1361 | 208289792 | 17642488 | 7699920 | 2.29 | Interpreted |
|
||||
|
||||
## Detailed Results
|
||||
|
||||
|
||||
+129
-33
@@ -1,35 +1,131 @@
|
||||
=== Pi-beräkning med 100 decimaler (4 körningar, genomsnitt av 3 efter warmup) ===
|
||||
|
||||
Bash [0;32mSUCCESS[0m 24 ms, [0;34m2058922 bytes avg / [1;33m2064384 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Brainfuck [0;32mSUCCESS[0m 45 ms, [0;34m9289728 bytes avg / [1;33m9322496 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
C [0;32mSUCCESS[0m 19 ms, [0;34m1687552 bytes avg / [1;33m1687552 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
C++ [0;32mSUCCESS[0m 19 ms, [0;34m1523712 bytes avg / [1;33m1523712 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Crystal [0;32mSUCCESS[0m 20 ms, [0;34m3293184 bytes avg / [1;33m3293184 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
CSharp [0;32mSUCCESS[0m 56 ms, [0;34m41369600 bytes avg / [1;33m41385984 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
D [0;32mSUCCESS[0m 21 ms, [0;34m2490368 bytes avg / [1;33m2506752 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Dart [0;32mSUCCESS[0m 28 ms, [0;34m14625450 bytes avg / [1;33m14696448 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Elixir [0;32mSUCCESS[0m 308 ms, [0;34m89642325 bytes avg / [1;33m90341376 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Erlang [0;32mSUCCESS[0m 140 ms, [0;34m77381632 bytes avg / [1;33m77692928 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Fortran [0;32mSUCCESS[0m 19 ms, [0;34m1802240 bytes avg / [1;33m1802240 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Go [0;32mSUCCESS[0m 20 ms, [0;34m3861162 bytes avg / [1;33m3915776 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Haskell [0;32mSUCCESS[0m 31 ms, [0;34m12042240 bytes avg / [1;33m12042240 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Java [0;32mSUCCESS[0m 46 ms, [0;34m43078997 bytes avg / [1;33m43089920 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
JavaScript [0;32mSUCCESS[0m 89 ms, [0;34m44848469 bytes avg / [1;33m45056000 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Julia [0;32mSUCCESS[0m 157 ms, [0;34m235885909 bytes avg / [1;33m235945984 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Kotlin [0;32mSUCCESS[0m 60 ms, [0;34m45247146 bytes avg / [1;33m45268992 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Objective-C [0;32mSUCCESS[0m 20 ms, [0;34m6045696 bytes avg / [1;33m6045696 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Scala [0;32mSUCCESS[0m 344 ms, [0;34m55470762 bytes avg / [1;33m55656448 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
TypeScript [0;32mSUCCESS[0m 931 ms, [0;34m218868394 bytes avg / [1;33m220119040 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Lua [0;32mSUCCESS[0m 20 ms, [0;34m2086229 bytes avg / [1;33m2097152 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Nim [0;32mSUCCESS[0m 20 ms, [0;34m1572864 bytes avg / [1;33m1572864 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Odin [0;32mSUCCESS[0m 19 ms, [0;34m1725781 bytes avg / [1;33m1736704 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Perl [0;32mSUCCESS[0m 47 ms, [0;34m12528298 bytes avg / [1;33m12550144 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
PHP [0;32mSUCCESS[0m 68 ms, [0;34m26487466 bytes avg / [1;33m26509312 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Python [0;32mSUCCESS[0m 47 ms, [0;34m9693866 bytes avg / [1;33m9781248 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
R [0;32mSUCCESS[0m 163 ms, [0;34m90947584 bytes avg / [1;33m90963968 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Ruby [0;32mSUCCESS[0m 79 ms, [0;34m28824917 bytes avg / [1;33m28835840 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Rust [0;32mSUCCESS[0m 20 ms, [0;34m1682090 bytes avg / [1;33m1703936 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Swift [0;32mSUCCESS[0m 20 ms, [0;34m6083925 bytes avg / [1;33m6094848 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Zig [0;32mSUCCESS[0m 22 ms, [0;34m2981888 bytes avg / [1;33m2981888 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Assembly [0;32mSUCCESS[0m 20 ms, [0;34m1409024 bytes avg / [1;33m1409024 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Wolfram
|
||||
Bash [0;32mSUCCESS[0m 34 ms, [0;34m2058922 bytes avg / [1;33m2064384 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .013s, User: 0s, Sys: .006s
|
||||
Instructions: 18550685, Cycles: 8090090, IPC: 2.29
|
||||
Data saved to: data/Bash/
|
||||
Brainfuck [0;32mSUCCESS[0m 56 ms, [0;34m9185962 bytes avg / [1;33m9256960 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .033s, User: .010s, Sys: .010s
|
||||
Instructions: 17501272, Cycles: 8126562, IPC: 2.15
|
||||
Data saved to: data/Brainfuck/
|
||||
C [0;32mSUCCESS[0m 27 ms, [0;34m1687552 bytes avg / [1;33m1687552 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 0s, User: 0s, Sys: 0s
|
||||
Instructions: 14479010, Cycles: 6499773, IPC: 2.22
|
||||
Data saved to: data/C/
|
||||
C++ [0;32mSUCCESS[0m 26 ms, [0;34m1523712 bytes avg / [1;33m1523712 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 0s, User: 0s, Sys: 0s
|
||||
Instructions: 23545731, Cycles: 9050444, IPC: 2.60
|
||||
Data saved to: data/C++/
|
||||
Crystal [0;32mSUCCESS[0m 22 ms, [0;34m3293184 bytes avg / [1;33m3293184 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 0s, User: 0s, Sys: 0s
|
||||
Instructions: 29546282, Cycles: 9885445, IPC: 2.98
|
||||
Data saved to: data/Crystal/
|
||||
CSharp [0;32mSUCCESS[0m 64 ms, [0;34m41462442 bytes avg / [1;33m41566208 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .036s, User: .020s, Sys: .010s
|
||||
Instructions: 17452260, Cycles: 8624146, IPC: 2.02
|
||||
Data saved to: data/CSharp/
|
||||
D [0;32mSUCCESS[0m 24 ms, [0;34m2479445 bytes avg / [1;33m2490368 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 0s, User: 0s, Sys: 0s
|
||||
Instructions: 80920081, Cycles: 20218601, IPC: 4.00
|
||||
Data saved to: data/D/
|
||||
Dart [0;32mSUCCESS[0m 35 ms, [0;34m14641834 bytes avg / [1;33m14680064 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .013s, User: 0s, Sys: 0s
|
||||
Instructions: 63451402, Cycles: 27183385, IPC: 2.33
|
||||
Data saved to: data/Dart/
|
||||
Elixir [0[0;32mSUCCESS[0m 406 ms, [0;34m89161728 bytes avg / [1;33m89260032 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .393s, User: .296s, Sys: .216s
|
||||
Instructions: 17505478, Cycles: 7380020, IPC: 2.37
|
||||
Data saved to: data/Elixir/
|
||||
Erlang [0;32mSUCCESS[0m 185 ms, [0;34m77048490 bytes avg / [1;33m77185024 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .166s, User: .120s, Sys: .100s
|
||||
Instructions: 17696158, Cycles: 7782102, IPC: 2.27
|
||||
Data saved to: data/Erlang/
|
||||
Fortran [0;32mSUCCESS[0m 26 ms, [0;34m1802240 bytes avg / [1;33m1802240 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 0s, User: 0s, Sys: 0s
|
||||
Instructions: 27378187, Cycles: 8787318, IPC: 3.11
|
||||
Data saved to: data/Fortran/
|
||||
Go [0;32mSUCCESS[0m 31 ms, [0;34m4041386 bytes avg / [1;33m4145152 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 0s, User: 0s, Sys: 0s
|
||||
Instructions: 19473738, Cycles: 8671903, IPC: 2.24
|
||||
Data saved to: data/Go/
|
||||
Haskell [0;32mSUCCESS[0m 46 ms, [0;34m12053162 bytes avg / [1;33m12058624 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .013s, User: 0s, Sys: 0s
|
||||
Instructions: 49928755, Cycles: 18118511, IPC: 2.75
|
||||
Data saved to: data/Haskell/
|
||||
Java [0;32mSUCCESS[0m 68 ms, [0;34m43073536 bytes avg / [1;33m43106304 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .046s, User: .030s, Sys: .016s
|
||||
Instructions: 17776760, Cycles: 8998434, IPC: 1.97
|
||||
Data saved to: data/Java/
|
||||
JavaScript [0;32mSUCCESS[0m 118 ms, [0;34m44417024 bytes avg / [1;33m44580864 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .090s, User: .070s, Sys: .010s
|
||||
Instructions: 18142055, Cycles: 9003896, IPC: 2.01
|
||||
Data saved to: data/JavaScript/
|
||||
Julia [0;32mSUCCESS[0m 190 ms, [0;34m236235434 bytes avg / [1;33m236355584 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .173s, User: .116s, Sys: .033s
|
||||
Instructions: 17691121, Cycles: 7819185, IPC: 2.26
|
||||
Data saved to: data/Julia/
|
||||
Kotlin [0;32mSUCCESS[0m 65 ms, [0;34m45208917 bytes avg / [1;33m45383680 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .046s, User: .040s, Sys: .013s
|
||||
Instructions: 17527899, Cycles: 7459125, IPC: 2.34
|
||||
Data saved to: data/Kotlin/
|
||||
Objective-C [0;32mSUCCESS[0m 27 ms, [0;34m6045696 bytes avg / [1;33m6045696 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 0s, User: 0s, Sys: 0s
|
||||
Instructions: 27238699, Cycles: 10593613, IPC: 2.57
|
||||
Data saved to: data/Objective-C/
|
||||
Scala [0[0;32mSUCCESS[0m 471 ms, [0;34m55973205 bytes avg / [1;33m58376192 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .446s, User: .193s, Sys: .066s
|
||||
Instructions: 18880700, Cycles: 8929948, IPC: 2.11
|
||||
Data saved to: data/Scala/
|
||||
TypeScript[0[0;32mSUCCESS[0m 1361 ms, [0;34m208289792 bytes avg / [1;33m218808320 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 1.333s, User: 1.700s, Sys: .183s
|
||||
Instructions: 17642488, Cycles: 7699920, IPC: 2.29
|
||||
Data saved to: data/TypeScript/
|
||||
Lua [0;32mSUCCESS[0m 29 ms, [0;34m2091690 bytes avg / [1;33m2097152 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .010s, User: 0s, Sys: 0s
|
||||
Instructions: 17419324, Cycles: 8017680, IPC: 2.17
|
||||
Data saved to: data/Lua/
|
||||
Nim [0;32mSUCCESS[0m 27 ms, [0;34m1572864 bytes avg / [1;33m1572864 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 0s, User: 0s, Sys: 0s
|
||||
Instructions: 15728237, Cycles: 5449577, IPC: 2.88
|
||||
Data saved to: data/Nim/
|
||||
Odin [0;32mSUCCESS[0m 30 ms, [0;34m1731242 bytes avg / [1;33m1753088 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 0s, User: 0s, Sys: 0s
|
||||
Instructions: 16241385, Cycles: 6689690, IPC: 2.42
|
||||
Data saved to: data/Odin/
|
||||
Perl [0;32mSUCCESS[0m 58 ms, [0;34m12506453 bytes avg / [1;33m12550144 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .040s, User: .030s, Sys: 0s
|
||||
Instructions: 17355692, Cycles: 7662235, IPC: 2.26
|
||||
Data saved to: data/Perl/
|
||||
PHP [0;32mSUCCESS[0m 95 ms, [0;34m26624000 bytes avg / [1;33m26689536 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .066s, User: .043s, Sys: .010s
|
||||
Instructions: 17546554, Cycles: 7685481, IPC: 2.28
|
||||
Data saved to: data/PHP/
|
||||
Python [0;32mSUCCESS[0m 60 ms, [0;34m9737557 bytes avg / [1;33m9814016 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .043s, User: .020s, Sys: .010s
|
||||
Instructions: 17485978, Cycles: 7928968, IPC: 2.20
|
||||
Data saved to: data/Python/
|
||||
R [0;32mSUCCESS[0m 220 ms, [0;34m91253418 bytes avg / [1;33m91734016 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .200s, User: .143s, Sys: .036s
|
||||
Instructions: 18177908, Cycles: 8751540, IPC: 2.07
|
||||
Data saved to: data/R/
|
||||
Ruby [0;32mSUCCESS[0m 96 ms, [0;34m28934144 bytes avg / [1;33m28950528 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .076s, User: .040s, Sys: .020s
|
||||
Instructions: 17400986, Cycles: 7174843, IPC: 2.42
|
||||
Data saved to: data/Ruby/
|
||||
Rust [0;32mSUCCESS[0m 27 ms, [0;34m1687552 bytes avg / [1;33m1703936 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 0s, User: 0s, Sys: 0s
|
||||
Instructions: 15233650, Cycles: 4898110, IPC: 3.11
|
||||
Data saved to: data/Rust/
|
||||
Swift [0;32mSUCCESS[0m 30 ms, [0;34m6083925 bytes avg / [1;33m6094848 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 0s, User: 0s, Sys: 0s
|
||||
Instructions: 50037590, Cycles: 16493503, IPC: 3.03
|
||||
Data saved to: data/Swift/
|
||||
Zig [0;32mSUCCESS[0m 25 ms, [0;34m2981888 bytes avg / [1;33m2981888 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: .003s, User: 0s, Sys: 0s
|
||||
Instructions: 63916095, Cycles: 24932859, IPC: 2.56
|
||||
Data saved to: data/Zig/
|
||||
Assembly [0;32mSUCCESS[0m 32 ms, [0;34m1409024 bytes avg / [1;33m1409024 bytes peak, [1;33m0% CPU avg / 0% CPU peak[0m
|
||||
Real: 0s, User: 0s, Sys: 0s
|
||||
Instructions: 12558975, Cycles: 6069377, IPC: 2.06
|
||||
Data saved to: data/Assembly/
|
||||
Wolfram
|
||||
Reference in New Issue
Block a user