Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed crdp dependency. #832

Merged
merged 3 commits into from
Jul 8, 2024
Merged

Removed crdp dependency. #832

merged 3 commits into from
Jul 8, 2024

Conversation

emeryberger
Copy link
Member

crdp (C-version of the Ramer-Douglas-Peucker algorithm) is a Cython package, which requires the installer to have a C compiler. The pure Python version is far too slow. This PR removes crdp and replaces it with a numpy based version; it's still 50x faster than the pure Python version, though 2x slower than the Cython-compiled package.

@emeryberger emeryberger merged commit 49a26b7 into master Jul 8, 2024
22 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.

None yet

1 participant