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

fix: bezier curve initialization took too long #713

Merged
merged 2 commits into from
Apr 7, 2024

Conversation

CacPixel
Copy link
Contributor

@CacPixel CacPixel commented Apr 5, 2024

sequential search is replaced by binary search to fasten the initNP duration.

Copy link
Member

@anatawa12 anatawa12 left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you for pull request!

Copy link
Contributor Author

@CacPixel CacPixel left a comment

Choose a reason for hiding this comment

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

Changelogs looks fine

@anatawa12 anatawa12 merged commit fcb78f4 into fixrtm:master Apr 7, 2024
3 checks passed
@anatawa12 anatawa12 linked an issue Apr 11, 2024 that may be closed by this pull request
2 tasks
@anatawa12
Copy link
Member

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.

Use binary search to reduce time when initializing BezierCurve
2 participants