Topic: Optimising JavaScript loops (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: London |
posted 06-28-2007 08:48
Hi all, |
Paranoid (IV) Inmate From: Norway |
posted 06-28-2007 15:35
can't find it either. I remember that thread, and am sure it involved the usual suspects : InI, Petskull, BitDamaged, and yours truly. |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 06-28-2007 16:56
are you talking about Better for loops and Java/Javascript optimisation? |
Paranoid (IV) Inmate From: Norway |
posted 06-28-2007 18:36 |
Bipolar (III) Inmate From: London |
posted 06-29-2007 08:09
Thanks guys... clearly my memory isn't what it used to be. Signs of a mis-spent youth playing too many computer games, probably |
Neurotic (0) Inmate Newly admitted From: |
posted 07-03-2007 20:41
Might as well take a chance to jump in, so hello, world. |
Paranoid (IV) Inmate From: schillmania.com |
posted 07-23-2007 20:27
Hey, |
Paranoid (IV) Inmate From: Umeå, Sweden |
posted 08-04-2007 22:27
There are in general two kinds of optimisation in computer science: Either you don't do the work at all (or at least, you don't do *as much* work...) or you do the work ahead of time, and just recall the result when you need it instead of calculate it when you need it. |