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

Non faillible triangulation #56

Merged
merged 4 commits into from
Jun 28, 2024
Merged

Non faillible triangulation #56

merged 4 commits into from
Jun 28, 2024

Conversation

mockersf
Copy link
Member

@mockersf mockersf commented Jun 28, 2024

a lot less failure cases, and faster

group                                          main                    this branch
-----                                          ----                    -----------
triangulation arena                            1.08     83.2±0.73µs    1.00     76.7±0.73µs
triangulation arena bulk add obstacles         1.09     83.1±0.79µs    1.00     76.5±0.72µs
triangulation arena overlapping                1.35    103.9±1.04µs    1.00     76.8±0.92µs
triangulation many overlapping                 1.11      7.5±0.09ms    1.00      6.8±0.05ms
triangulation many overlapping (simplified)    1.06      7.3±0.09ms    1.00      6.9±0.06ms
triangulation square                           1.13     12.6±0.14µs    1.00     11.1±0.09µs
triangulation square overlapping               2.27     31.3±0.22µs    1.00     13.8±0.17µs

@mockersf mockersf added this pull request to the merge queue Jun 28, 2024
Merged via the queue into main with commit 0450cd8 Jun 28, 2024
8 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.

1 participant