Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Increase perf of handling presence when joining large rooms. #9916

Merged
merged 9 commits into from
May 5, 2021

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    996c0ce View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    0c8cd62 View commit details
    Browse the repository at this point in the history
  3. Use correct name

    erikjohnston committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    6640fb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Increase perf of handling presence when joining large rooms.

    We ended up doing a *lot* of duplicate work, and e.g. ended up doing n^2
    worth of `is_mine_id(..)` checks across all joined users.
    erikjohnston committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    0ed608c View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    68b6106 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    48cf260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4caa84b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    43b8f20 View commit details
    Browse the repository at this point in the history
  2. Fiddle with changelogs

    erikjohnston committed May 5, 2021
    Configuration menu
    Copy the full SHA
    9b109fd View commit details
    Browse the repository at this point in the history