relude icon indicating copy to clipboard operation
relude copied to clipboard

List.sequence might need optimization

Open andywhite37 opened this issue 2 years ago • 0 comments

@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 avatar Jun 28 '22 15:06 andywhite37