Speed up code

Issue #10 wontfix
Jonathan Cole created an issue

Processing currently takes a long time. Speed it up.

Comments (4)

  1. Jonathan Cole reporter

    Check init on classes. Also consider simple angle check before intersect. Then look at Cython, PyPy etc.

  2. Jonathan Cole reporter

    Not as slow as I thought if you run it on a proper (i.e. not a rubbish virtual server) computer.

  3. Jonathan Cole reporter

    Making any significant speed gains requires too much work. Speed is adequate on a PC using the right libraries.

  4. Log in to comment