mozilla / neqo

Neqo, the Mozilla Firefox implementation of QUIC in Rust
https://firefox-source-docs.mozilla.org/networking/http/http3.html
Apache License 2.0
1.85k stars 124 forks source link

Revisit using `PriorityQueue` #2063

Closed larseggert closed 3 months ago

larseggert commented 3 months ago

https://github.com/mozilla/neqo/blob/e3d8be487989f8fd53a04cc25162bffff63c91ba/neqo-transport/src/send_stream.rs#L1508-L1512

Looks like PriorityQueue has an iterator now? https://docs.rs/priority-queue/2.1.0/priority_queue/core_iterators/struct.Iter.html#

larseggert commented 3 months ago

Ah, but it's not ordered.