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
For now, the PreAllocated struct is quite extensive and could be greatly reduced. No performance improvement from this, just less memory used for initialization. Drawback: slightly less readable code (unless use an alias?).
The text was updated successfully, but these errors were encountered:
For now, the
PreAllocated
struct is quite extensive and could be greatly reduced. No performance improvement from this, just less memory used for initialization. Drawback: slightly less readable code (unless use an alias?).The text was updated successfully, but these errors were encountered: