Read speed of SharedPreferences

前端 未结 4 1687
庸人自扰
庸人自扰 2020-12-09 15:06

How fast are SharedPreferences? Is there a way to put them in memory for reading? I have a small amount of data that a ListView has to query to d

4条回答
  •  春和景丽
    2020-12-09 15:53

    My advice is to test your performance first, and then start worrying about speed. In general, you'll be happier with an app that prioritizes maintainability as well as speed. When engineers start out to achieve performance before they get the app stable, the result is an app that runs a bit faster but has lots of bugs.

提交回复
热议问题