Skip to content

Conversation

@HEKEH
Copy link

@HEKEH HEKEH commented Dec 1, 2025

Remove redundant loop in augmentChunkHash function. The second loop (lines 43-46) duplicates the buffer collection already done by the first loop (lines 37-39), causing unnecessary duplication in the buffers array.

Remove redundant loop in augmentChunkHash function. The second loop
(lines 43-46) duplicates the buffer collection already done by the
first loop (lines 37-39), causing unnecessary duplication in the
buffers array.
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.

1 participant