eqcorrscan / RT_EQcorrscan

Real-Time implementation of EQcorrscan methods.
https://rt-eqcorrscan.readthedocs.io/
GNU General Public License v3.0
13 stars 6 forks source link

Use dequeue for data buffer #2

Closed calum-chamberlain closed 5 years ago

calum-chamberlain commented 6 years ago

collections.dequeue implements a FIFO queue that I should probably use for the buffer in utils.seedlink. This should be more efficient that removing items from the left of the queue...