Benchmark SliceBuilder.addAll
which expands dynamically
#347
Labels
code cleanup
Tasks that require general code improvements to improve readability
production release
Tasks required for production release
addAll
is only needed in one location where expansion occurs rarely. Everything else know the exact or approximate minimum max size of theSlice
to allocate.This task is a reminder to add integration tests to assert this.
The text was updated successfully, but these errors were encountered: