* compile with `-d:release` :)
  * avoid seq `add()` in loops if you can do a `setLen` before the loop then 
reference seq items
  * use `let` rather than `var` in loops when possible and appropriate
  * avoid string modifications or allocations if possible


Reply via email to