ref: 3d6876dcebc1ea9a099850b818cc7c18b12b017e
parent: 8ace8b89e8dc331b1e0d20518df4e271ba033cc1
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Tue Nov 21 19:06:28 EST 2023
Update with numbers.
--- a/tests/Nfib.hs
+++ b/tests/Nfib.hs
@@ -8,6 +8,10 @@
True -> 1
main :: IO ()
-main = print (nfib 38)
+main = print (nfib 44)
-- Typical nfib/s is 10M
+-- mhs
+-- 126491971 / 15.68 = 8.07M
+-- ghc
+-- 126491971 / 0.236 = 535M
--
⑨