Replace LinkedBlockingDeque with our own linked list
This will allow us to maintain a reference to the middle of the queue, which is necessary to efficiently support decoupling the read position from the start of the buffer. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=158839336
Showing
with
7 additions
and
0 deletions
Please
register
or
sign in
to comment