You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Is there a good way to benchmark the difference things like this make?

    Best bet is to run something like var t=getTime();draw();print(getTime()-t) which will tell you how long (in seconds) the draw took

About

Avatar for Gordon @Gordon started