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
I was testing something slightly different and found out that doing AE.encode seqVar is about 15% slower than doing AE.encode (toList seqVar). I am not sure how it works for other Foldable containers, however it seems to me it would make sense to change at least the Seq instance to: