Arc Forumnew | comments | leaders | submitlogin
4 points by vincenz 5895 days ago | link | parent

Pretty cool,

Though I have to admit, it makes firefox hang and then it asks me to stop script. I wish javascript was faster :)



8 points by nostrademons 5895 days ago | link

Fixed the hanging. Was kinda a fun fix too...manually CPS'd the loading of the libraries and then inserted a call to window.setTimeout after each iteration, which gives the browser's event loop a chance to run.

-----