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

remove unnecessary conversions in QHull #41

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

bqi343
Copy link
Contributor

@bqi343 bqi343 commented Mar 19, 2023

computing the convex hull of 10000 points on the unit sphere takes less than 0.2s now, as expected. closes #40

@bqi343
Copy link
Contributor Author

bqi343 commented Mar 19, 2023

actually, merging #12 would also resolve the linked issue

@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.47 ⚠️

Comparison is base (391da0c) 80.00% compared to head (d2ab5a1) 79.53%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
- Coverage   80.00%   79.53%   -0.47%     
==========================================
  Files           2        2              
  Lines         175      171       -4     
==========================================
- Hits          140      136       -4     
  Misses         35       35              
Impacted Files Coverage Δ
src/QHull.jl 62.50% <100.00%> (-11.42%) ⬇️

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@davidavdav
Copy link
Collaborator

Thanks

@blegat blegat merged commit 41a30eb into JuliaPolyhedra:master Mar 20, 2023
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.

chull is more than an order of magnitude slower in Julia compared to Python
3 participants