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
Not needed to fix, but small performance increate using a string builder to append x strings, otherwise you will allokate so0 = s0+s1, then so1 = so0 + s2, so2 = so1 +s3 ect.
can be optimized later (would be cool to have some performance tests/messures) fore optimizing things.
Not needed to fix, but small performance increate using a string builder to append x strings, otherwise you will allokate so0 = s0+s1, then so1 = so0 + s2, so2 = so1 +s3 ect.
can be optimized later (would be cool to have some performance tests/messures) fore optimizing things.
Originally posted by @pksorensen in #75 (comment)
The text was updated successfully, but these errors were encountered: