pydpc icon indicating copy to clipboard operation
pydpc copied to clipboard

Use long dtype for indexing and stdlib quicksort

Open marscher opened this issue 5 years ago • 0 comments

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).

marscher avatar Aug 13 '20 16:08 marscher