QuisApp / flutter_contacts

MIT License
88 stars 143 forks source link

Android: optimization on cursor #77

Open starshipcoder opened 2 years ago

starshipcoder commented 2 years ago

Hi

I suggest to use this quite simple optimization: have a cache for getColumnIndex https://medium.com/android-news/using-a-cache-to-optimize-data-retrieval-from-cursors-56f9eaa1e0d2

Regards

joachim-quis commented 1 year ago

Great idea! Will do in the next version. Thank you!