Open simerplaha opened 2 years ago
BlockCache should precompute the size of data require and allocate enough Array[Byte] instead of creating a ListBuffer.
BlockCache
Array[Byte]
ListBuffer
BlockCache
should precompute the size of data require and allocate enoughArray[Byte]
instead of creating aListBuffer
.