Skip to content

Speed up fromList #31

@treeowl

Description

@treeowl

fromList creates a bunch of churn at the root of the structure. If we give up on list fusion (which only helps when the argument is a good producer, and doesn't help enough), we can easily built a forest from chunks of, say, eight elements each. Then just finish up the job. When the argument is a good producer, we could try to fuse with it a bit more cleverly; I'm not sure how far the optimizer will let us take that.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions