We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran the IntelliJ Profiler on my example above and added your spinlock fix, and I noticed that while update() did take a lot of time,
update()
interestingly samples.dropWhile {} seems to take longer.
samples.dropWhile {}
mordant/mordant/src/commonMain/kotlin/com/github/ajalt/mordant/animation/progress/MultiProgressBarAnimation.kt
Line 172 in 1660323
Flamegraph:
Originally posted by @aSemy in #204 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I ran the IntelliJ Profiler on my example above and added your spinlock fix, and I noticed that while
update()
did take a lot of time,interestingly
samples.dropWhile {}
seems to take longer.mordant/mordant/src/commonMain/kotlin/com/github/ajalt/mordant/animation/progress/MultiProgressBarAnimation.kt
Line 172 in 1660323
Flamegraph:
Originally posted by @aSemy in #204 (comment)
The text was updated successfully, but these errors were encountered: