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

#1727 - Use faster disambiguation in isdisjoint(::CPA, ::HalfSpace) #1730

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

schillic
Copy link
Member

Closes #1727.

Platooning benchmark:

master:
("PLAD01_BND42", "discrete") => TrialEstimate(282.038 ms)
("PLAN01_UNB50", "discrete") => TrialEstimate(7.917 s)
("PLAD01_BND42", "dense") => TrialEstimate(860.151 ms)
("PLAN01_UNB50", "dense") => TrialEstimate(11.131 s)

this branch:
("PLAD01_BND42", "discrete") => TrialEstimate(204.435 ms)
("PLAN01_UNB50", "discrete") => TrialEstimate(7.312 s)
("PLAD01_BND42", "dense") => TrialEstimate(699.705 ms)
("PLAN01_UNB50", "dense") => TrialEstimate(10.025 s)

(Note that the performance is not as good as before the commit mentioned in #1727 because there is another regression.)

@schillic schillic requested a review from mforets September 25, 2019 12:29
Copy link
Member

@mforets mforets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@schillic schillic merged commit 0b43ed7 into master Sep 26, 2019
@schillic schillic deleted the schillic/1727 branch September 26, 2019 12:29
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.

Performance regression in isdisjoint
2 participants