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
ContainerType.SEQ is based on io.vavr.collection.List, which has linear complexity for append().
See Performance Characteristics.
io.vavr.collection.Vector would probably be a better choice here.
Alternatively, an option to use custom ContainerType implementations would be useful.
The text was updated successfully, but these errors were encountered:
ContainerType.SEQ is based on io.vavr.collection.List, which has linear complexity for append().
See Performance Characteristics.
io.vavr.collection.Vector would probably be a better choice here.
Alternatively, an option to use custom ContainerType implementations would be useful.
The text was updated successfully, but these errors were encountered: