Skip to content

perf: optimize chunk size calculation from O(n²) to O(n)#101

Merged
RobertLD merged 1 commit intomainfrom
fix/issue-83-chunking-perf
Mar 1, 2026
Merged

perf: optimize chunk size calculation from O(n²) to O(n)#101
RobertLD merged 1 commit intomainfrom
fix/issue-83-chunking-perf

Conversation

@RobertLD
Copy link
Owner

@RobertLD RobertLD commented Mar 1, 2026

Closes #83

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@RobertLD RobertLD force-pushed the fix/issue-83-chunking-perf branch from 9b01838 to 44c0d90 Compare March 1, 2026 03:08
@RobertLD RobertLD merged commit e05a524 into main Mar 1, 2026
7 checks passed
@RobertLD RobertLD deleted the fix/issue-83-chunking-perf branch March 1, 2026 03:11
This was referenced Mar 1, 2026
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.

quality: O(n²) chunk size calculation in chunkContent

1 participant