-
Notifications
You must be signed in to change notification settings - Fork 81
k nucleotide
PpHd edited this page Oct 8, 2021
·
10 revisions
This page is the result at the benchmark described at https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/knucleotide.html
Code source of M*LIB is available in bench/nucleotide directory of the repository. Other code sources are available at the original benchmark page.
Target | secs | factor |
---|---|---|
C M*LIB GCC | 1.309s | x1.00 |
C++ G++ #2 | 1.641s | x1.25 |
Rust #4 | 2.402s | x1.83 |
Rust #6 | 2.487s | x1.89 |
C GCC | 2.598s | x1.98 |
C++ G++ #3 | 3.815s | x2.91 |
C++ G++ #1 | 5.058 s | x3.86 |
GCC 7.3 M*LIB 47a2553356a717ef9236d65300eeab11c9be4247
Due to the low adoption rate of M*LIB, this contribution is not part of the official benchmark.
NOTE: The implementations found in the original page have been updated without their versions updated, resulting in wrong bench result of this page.