Skip to content

Conversation

@hraskin
Copy link
Owner

@hraskin hraskin commented Oct 14, 2025

1 Screenshot 2025-10-14 at 13 20 05

belljun3395 and others added 3 commits September 4, 2025 22:31
Replace nested loop with pre-computed case-insensitive lookup map,
reducing time complexity from O(n×m) to O(n+m) where n = number
of columns and m = number of parameters.

Before: Iterates through all parameter entries for each column
when case-insensitive matching is needed.

After: Build HashMap once for O(1) case-insensitive lookups.

Signed-off-by: belljun3395 <195850@jnu.ac.kr>
…ved efficiency

Signed-off-by: belljun3395 <195850@jnu.ac.kr>
Signed-off-by: Hugo Raskin <raskin.hugo@gmail.com>
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

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.

3 participants