SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

`BlockCache` should not create a `ListBuffer`

Open simerplaha opened this issue 4 years ago • 0 comments

BlockCache should precompute the size of data require and allocate enough Array[Byte] instead of creating a ListBuffer.

simerplaha avatar Dec 15 '21 19:12 simerplaha