Ok_Specific_7749@alien.topB to LispEnglish · 2 years agoFibbonaci of 39 speed test.message-squaremessage-square17linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareFibbonaci of 39 speed test.Ok_Specific_7749@alien.topB to LispEnglish · 2 years agomessage-square17linkfedilinkfile-text
minus-squarePay08@alien.topBlinkfedilinkarrow-up1·2 years agoHow many times do you calculate Fibonacci in a normal program?
minus-squareOk_Specific_7749@alien.topOPBlinkfedilinkEnglisharrow-up1·2 years agoFor me the availability of libraries is more important. Even the size of the executable is not important.
minus-squareventuspilot@alien.topBlinkfedilinkEnglisharrow-up1·2 years ago How many times do you calculate Fibonacci I you don’t memoize - everytime! I’ll see myself out…
minus-squarecorbasai@alien.topBlinkfedilinkEnglisharrow-up1·2 years agoevery quarter second, for example. Im check memory+mcu in some rt system.
How many times do you calculate Fibonacci in a normal program?
For me the availability of libraries is more important.
Even the size of the executable is not important.
I you don’t memoize - everytime!
I’ll see myself out…
every quarter second, for example. Im check memory+mcu in some rt system.