Ok_Specific_7749@alien.topB to Lisp@communick.newsEnglish · 2 years agoFibbonaci of 39 speed test.message-squaremessage-square16linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareFibbonaci of 39 speed test.Ok_Specific_7749@alien.topB to Lisp@communick.newsEnglish · 2 years agomessage-square16linkfedilinkfile-text
minus-squaretheangeryemacsshibe@alien.topBlinkfedilinkEnglisharrow-up1·2 years agoWithout type declarations I have CCL computing (fib 39) in 0.365 seconds and (fib 39) in 0.743 seconds. This is because CCL inlines the fixnum case for generic addition, and SBCL does not.
Without type declarations I have CCL computing (fib 39) in 0.365 seconds and (fib 39) in 0.743 seconds. This is because CCL inlines the fixnum case for generic addition, and SBCL does not.