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
We're using reflection to build the schema every time a Realm is opened. We should consider keeping a <Type, Schema> dictionary to avoid paying the reflection penalty. We should add a benchmark test and see if caching the schema has a "significant enough" effect to warrant doing it.
The text was updated successfully, but these errors were encountered:
We're using reflection to build the schema every time a Realm is opened. We should consider keeping a
<Type, Schema>
dictionary to avoid paying the reflection penalty. We should add a benchmark test and see if caching the schema has a "significant enough" effect to warrant doing it.The text was updated successfully, but these errors were encountered: