Closed JanJereczek closed 3 months ago
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?).
PreAllocated
Addressed by #125
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?).