Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: speed up member list function #867

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

EvanHahn
Copy link
Contributor

Previously, MemberApi.prototype.getMany would iterate through allDeviceInfo for every role.

Now, it only iterates through allDeviceInfo once.

Previously, `MemberApi.prototype.getMany` would iterate through
`allDeviceInfo` for every role.

Now, it only iterates through `allDeviceInfo` once.
@EvanHahn EvanHahn merged commit 143fa7a into main Sep 26, 2024
6 checks passed
@EvanHahn EvanHahn deleted the speed-up-memberapi-getmany branch September 26, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants