Create a buffer with a given initial capacity
When a buffer runs out of capacity it has to reallocate, which is much slower than a normal add
See Implementation
Create a buffer with a given initial capacity
When a buffer runs out of capacity it has to reallocate, which is much slower than a normal add