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

Optimize indexOf and contains for RealmList #1625

Closed
rorbech opened this issue Jan 10, 2024 · 0 comments
Closed

Optimize indexOf and contains for RealmList #1625

rorbech opened this issue Jan 10, 2024 · 0 comments
Assignees

Comments

@rorbech
Copy link
Contributor

rorbech commented Jan 10, 2024

Most of the ListOperator implementations could utilize the C-API realm_list_find method to prevent moving all list elements to memory and matching them in Kotlin.

@rorbech rorbech closed this as completed Mar 18, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant