Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List.sequence might need optimization #327

Open
andywhite37 opened this issue Jun 28, 2022 · 0 comments
Open

List.sequence might need optimization #327

andywhite37 opened this issue Jun 28, 2022 · 0 comments
Labels
change:patch A change that requires a patch version bump type:enhancement New feature or request

Comments

@andywhite37
Copy link
Member

@johnhaley81 reported that the List.sequence implementation has bad performance characteristics. This might be because it's relying on a default implementation of apply or something like that - we may need to write a more optimized version. fp-ts has separate versions of functions like this for Array - we could look to see what they're doing.

@andywhite37 andywhite37 added type:enhancement New feature or request change:patch A change that requires a patch version bump labels Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change:patch A change that requires a patch version bump type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant