Skip to content

Performance decisions

Pascal C edited this page Dec 24, 2015 · 2 revisions

Lose Collection of Performance Decisions

  • using ´or´ for default values is slow.
  • ´len(pos) * [(1, 1, 1)]´ is fastest way to initialze array (see performace_decisions.py)

Clone this wiki locally