Skip to content

Performance optimizations#4570

Merged
dartcafe merged 5 commits intomainfrom
ref/app-performance
Apr 5, 2026
Merged

Performance optimizations#4570
dartcafe merged 5 commits intomainfrom
ref/app-performance

Conversation

@dartcafe
Copy link
Copy Markdown
Collaborator

@dartcafe dartcafe commented Apr 5, 2026

Some optimizations which mainly affect large polls with many participants and options.

With some AI support a O(n²) problem regarding sorting strategies could be identified and fixed. This mainly affected huge polls with some thousands of votes cells. Now the latency could be reduced from over 1-2 seconds to a fraction.

Huge polls may still experience performance leaks.

Additionally some very very minor performance changes were added, but with a minimum of affect. The change may not be noticeable.

dartcafe added 4 commits April 5, 2026 11:17
Signed-off-by: dartcafe <github@dartcafe.de>
Signed-off-by: dartcafe <github@dartcafe.de>
Signed-off-by: dartcafe <github@dartcafe.de>
…tions supported by AI)

Signed-off-by: dartcafe <github@dartcafe.de>
@dartcafe dartcafe added this to the 9.0.0 milestone Apr 5, 2026
Signed-off-by: dartcafe <github@dartcafe.de>
@dartcafe dartcafe changed the base branch from ref/router to main April 5, 2026 21:19
@dartcafe dartcafe merged commit e1fc8b1 into main Apr 5, 2026
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant