You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
@johnhaley81 reported that the
List.sequence
implementation has bad performance characteristics. This might be because it's relying on a default implementation ofapply
or something like that - we may need to write a more optimized version. fp-ts has separate versions of functions like this forArray
- we could look to see what they're doing.The text was updated successfully, but these errors were encountered: