j
k
j a
j l
Hi,
zipWith' would [I haven't tested, but I'm rather confident] make a difference if you benchmarked bench "name" (whnf (fibs !!) 100000) etc.
zipWith' would [I haven't tested, but I'm rather confident] make a difference if you benchmarked
bench "name" (whnf (fibs !!) 100000)
etc.
Yes. fibs is slow if used with "!!". --Kazu
Back to the thread
Back to the list