realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Optimize `indexOf` and `contains` for `RealmList`

Open rorbech opened this issue 1 year ago • 0 comments

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.

rorbech avatar Jan 10 '24 15:01 rorbech