Skip to content

Conversation

@marscher
Copy link

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 added 12 commits June 10, 2020 20:08
* memberships are long (to encode -1)
* used boolean types to indicate halo/border memberships
* replaced rude quicksort impl with stdlib (breaks the reference test comparision).
* reformatted code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Segmentation fault 11 in assign() method

1 participant