SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

Benchmark `SliceBuilder.addAll` which expands dynamically

Open simerplaha opened this issue 4 years ago • 0 comments

addAll is only needed in one location where expansion occurs rarely. Everything else know the exact or approximate minimum max size of the Slice to allocate.

This task is a reminder to add integration tests to assert this.

simerplaha avatar Dec 15 '21 19:12 simerplaha