You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Most of the
ListOperator
implementations could utilize the C-APIrealm_list_find
method to prevent moving all list elements to memory and matching them in Kotlin.The text was updated successfully, but these errors were encountered: