Open hollowness-inside opened 6 months ago
Allocate memory for slices explicitly. This eliminates unnecessary memory allocations and copies when appending to the slice.
This looks good as is, thank you for the commits! I will check locally before merging in ~2 weeks (travelling without any machine to check).
Allocate memory for slices explicitly. This eliminates unnecessary memory allocations and copies when appending to the slice.