Browse Source
This changes the lookup from unnecessary O(n) to two amortised O(1) lookups. This event pretty much always has a guild_id so the original code was always a performance bottleneck.pull/7192/head
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue