Paul

Revision as of 04:50, 4 June 2009 by Paul (talk | contribs) (Created page with '== Playing with the OpenWeb - What I've learnt == * If you want to compare colors, you may want to work in the Hue space (pure colors) : http://en.wikipedia.org/wiki/Hue * If y...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Playing with the OpenWeb - What I've learnt

  • In a recursions, not tracing, so if you can (you always can) derecursify your functions.
  • JS objects sent to a Worker via postMessage are JSONified. Be careful with big arrays.
  • You can't use Javascript 1.7/1.8 in a Worker