Skip to content

Remove unneeded list concat on reduce#18

Merged
fhunleth merged 1 commit into
mainfrom
remove-list-concat
May 10, 2026
Merged

Remove unneeded list concat on reduce#18
fhunleth merged 1 commit into
mainfrom
remove-list-concat

Conversation

@fhunleth
Copy link
Copy Markdown
Collaborator

The original reduce implementation simply converted the buffer to a list
and used the normal list reduce implementation. Conversion to a list
involves a list concatenation which can be removed by manually iterating
through the a and b lists.

The original reduce implementation simply converted the buffer to a list
and used the normal list reduce implementation. Conversion to a list
involves a list concatenation which can be removed by manually iterating
through the a and b lists.
@fhunleth fhunleth merged commit 45f6d6c into main May 10, 2026
14 checks passed
@fhunleth fhunleth deleted the remove-list-concat branch May 10, 2026 21:16
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