passepartoutvpn / passepartout

Your go-to app for VPN and privacy.
https://passepartoutvpn.app
GNU General Public License v3.0
848 stars 127 forks source link

Core Data mapping can be inefficient #538

Closed keeshux closed 3 months ago

keeshux commented 3 months ago
keeshux commented 3 months ago

Modifying the fetch request You can’t change the fetch request to modify the results. Do the following if you want to change the fetch request:

  1. Delete the cache if you’re using one, by calling deleteCache(withName:).
  2. Change the fetch request.
  3. Call performFetch().
keeshux commented 3 months ago

Reconsider in the future.