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
The AndroidX shared preferences replacement will likely be backed by SQLite. This keeps the library easy to use for new developers but has a significant performance hit both on memory and CPU. SimpleStore uses the fundamental JVM file APIs and has zero overhead until opened.
Might be worthwhile explaining or pointing to an explanation of why not use SharedPrefs
Originally posted by @jbarr21 in #25 (comment)
The text was updated successfully, but these errors were encountered: