Has anyone ever used this library that can prove the comparison to be true?
g
gildor
09/17/2019, 11:16 PM
They have source of benchmarks, just run them yourself to verify.
But in general I'm not surprised, Android Shared Preferences are not efficient just by definition how data is stored, but also if I need to write 1000 times, I wouldn't use SharedPreferences anyway
Would be more fair to compare this to Sqlite