Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(cache): Manage cache #9

Open
GmBodhi opened this issue Jul 8, 2021 · 0 comments · May be fixed by #10
Open

perf(cache): Manage cache #9

GmBodhi opened this issue Jul 8, 2021 · 0 comments · May be fixed by #10
Labels
enhancement New feature or request
Projects
Milestone

Comments

@GmBodhi
Copy link
Owner

GmBodhi commented Jul 8, 2021

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...

@GmBodhi GmBodhi added this to the 1.0.0 (beta) milestone Jul 8, 2021
@GmBodhi GmBodhi added this to In progress in v1 Jul 8, 2021
@GmBodhi GmBodhi moved this from In progress to To do in v1 Jul 8, 2021
@GmBodhi GmBodhi moved this from To do to In progress in v1 Jul 8, 2021
@GmBodhi GmBodhi moved this from In progress to To do in v1 Jul 8, 2021
@GmBodhi GmBodhi moved this from To do to In progress in v1 Jul 8, 2021
@GmBodhi GmBodhi added the feature New feature label Jul 8, 2021
@GmBodhi GmBodhi linked a pull request Jul 10, 2021 that will close this issue
@GmBodhi GmBodhi linked a pull request Jul 10, 2021 that will close this issue
@GmBodhi GmBodhi added enhancement New feature or request and removed feature New feature labels Jul 13, 2021
@GmBodhi GmBodhi changed the title perf(cache): discontinue cache perf(cache): Manage cache Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
v1
In progress
Development

Successfully merging a pull request may close this issue.

1 participant