SwayDB
SwayDB copied to clipboard
Benchmark `SliceBuilder.addAll` which expands dynamically
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.