Skip to content
  • Tiago's avatar
    use drop_while to track recently closed streams · 849b25f7
    Tiago authored
    given that these streams are entered in order, one can assume that by traversing it in order, the possibly expired will come first, so one can stop at the first which hasn't expired. there is no destructive variant, so unfortunately this'll create a lot of transient hashes, but it's still faster than the previous version
    849b25f7