realm-kotlin
realm-kotlin copied to clipboard
Optimize `indexOf` and `contains` for `RealmList`
Most of the ListOperator implementations could utility the C-API realm_list_find method to prevent moving all list elements to memory and matching them in Kotlin.