pydpc
pydpc copied to clipboard
Use long dtype for indexing and stdlib quicksort
Probably fixes #8 by replacing int based indexing (2**32 -1 points) via long. Also used bool wherever possible to make code more readable (also pep8 and reformatted c code a bit). The mixed sort routine has been replaced in favor of the stdlib impl of quick sort (which is likely more optimized).