simerplaha / SwayDB

Persistent and in-memory key-value storage engine for JVM that scales on a single machine.

Home Page:https://swaydb.simer.au

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmark `SliceBuilder.addAll` which expands dynamically

simerplaha opened this issue · comments

commented

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.