Quote:
Originally Posted by Ether
There should be no looping involved.
Here's some pseudo-code which creates A, b, and T with one non-looping pass thru the 8column data
|
I just ran that code on my 10-year-old desktop PC using a simple non-compiled (scripting) language.
It took
220 milliseconds to read your 8column data (102 teams and 204 matches)
from a disk file and populate A, b, and T.
I would hope Google's scripting language could do the same in a comparable time.