Since `results` is an `ArrayList`, removing the first element means that the whole array is shifted by copying. `LinkedList` might be more efficient.
[ Full content available at: https://github.com/apache/flink/pull/6621 ] This message was relayed via gitbox.apache.org for [email protected]
