Skip to content
Snippets Groups Projects
  1. Aug 27, 2021
    • Erik Johnston's avatar
      Fix perf of fetching the same events many times. (#10703) · c4fa4f37
      Erik Johnston authored
      The code to deduplicate repeated fetches of the same set of events was
      N^2 (over the number of events requested), which could lead to a process
      being completely wedged.
      
      The main fix is to deduplicate the returned deferreds so we only await
      on a deferred once rather than many times. Seperately, when handling the
      returned events from the defrered we only add the events we care about
      to the event map to be returned (so that we don't pay the price of
      inserting extraneous events into the dict).
      c4fa4f37
  2. Aug 26, 2021
  3. Aug 25, 2021
  4. Aug 24, 2021
  5. Aug 23, 2021
  6. Aug 21, 2021
  7. Aug 20, 2021
  8. Aug 19, 2021
  9. Aug 18, 2021
Loading