James Taylor 30e59081b1
av-merge: Use .shift() instead of .pop() in appendQueue for FIFO
.pop() gives LIFO, but FIFO was the intention for appendQueue.
O(n) behavior is fine because appendQueue should be very small.

Signed-off-by: Jesús <heckyel@hyperbola.info>
2021-08-31 11:38:24 -05:00
..
2021-08-10 18:14:05 -05:00
2021-08-14 18:36:17 -05:00
2021-08-14 18:36:17 -05:00
2020-12-17 15:31:11 -05:00