dd4b0d85fe
Currently we add translog operation bytes to an array list and flush them on the next write. Unfortunately, this does not currently play well with our byte pooling which means each operation is backed, at minimum, by a 16KB array. This commit improves memory efficiency for small operations by serializing the operations to an output stream. |
||
---|---|---|
.. | ||
licenses | ||
src | ||
build.gradle |