Skip to content

Conversation

@alonfnt
Copy link
Owner

@alonfnt alonfnt commented Jan 26, 2025

Current code requires very sequential code to be run in order to obtain the crossing of the polygon points. In order to speed it up without creating extra runtime dependencies to the end user, we use cython to write it. This only makes the building process slightly more annoying but should be ok.

closes #8 #5

Current code requires very sequential code to be run in order to obtain
the crossing of the polygon points. In order to speed it up without
creating extra runtime dependencies to the end user, we use cython to
write it. This only makes the building process slightly more annoying
but should be ok.
@alonfnt alonfnt merged commit 293c3ac into main Jan 26, 2025
4 checks passed
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.

Speed up geometry.py sequential code

2 participants