
15 May
2002
15 May
'02
11:54 p.m.
can we expect a function like: sum [x*y | (x,y) <- zip (elems v) (elems u)] to be as efficient as, say: sum = 0 for i=1, n sum = sum + v[i] * u[i] ? Basically, will any intermediate lists be created here? -- Hal Daume III "Computer science is no more about computers | hdaume@isi.edu than astronomy is about telescopes." -Dijkstra | www.isi.edu/~hdaume
8459
Age (days ago)
8459
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hal Daume III