Skip to content

Conversation

@X9VoiD
Copy link
Member

@X9VoiD X9VoiD commented Aug 16, 2023

Also significantly reduce memory overhead by not allocating any extraneous array.

Before PR

Complexity Average Worst Case
Time O(n^2) O(n^2)
Space O(n^2) O(n^2)

After PR

Complexity Average Worst Case
Time O(n) O(n^2)
Space O(n) O(n)

@X9VoiD X9VoiD merged commit 837e41b into OpenTabletDriver:master Aug 16, 2023
@X9VoiD X9VoiD deleted the config-conflict branch August 16, 2023 18:54
@gonX gonX added enhancement New feature or request tests Adds or modifies a unit test labels Nov 25, 2023
@gonX gonX added the backport-added A backport is already merged label Oct 2, 2025
@gonX gonX added this to the v0.7.0 milestone Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-added A backport is already merged enhancement New feature or request tests Adds or modifies a unit test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants