I don't quite get the argument with the `pruneBuffer()` call having this much
overhead...at least for small records since its implementation only prunes if
the buffer is larger than 5MiB:
```
public void pruneBuffer() {
if (this.buffer.length > PRUNE_BUFFER_THRESHOLD) {
...
```[ Full content available at: https://github.com/apache/flink/pull/6417 ] This message was relayed via gitbox.apache.org for [email protected]
