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
If we do cache, it'll be a headache to manage different partial objects of each data type. And when we update each object (._patch() method), we might need to use many (when I say many, which mean 10+ if statements for a single method) conditional statements, which will affect performance.
Edit: I've got a better plan for managing cache and updating the respected structure...
The text was updated successfully, but these errors were encountered:
If we do cache, it'll be a headache to manage different partial objects of each data type. And when we update each object (
._patch()
method), we might need to use many (when I say many, which mean 10+ if statements for a single method) conditional statements, which will affect performance.Edit: I've got a better plan for managing cache and updating the respected structure...
The text was updated successfully, but these errors were encountered: