Skip to content

Pinia performance ? #411

Closed Answered by posva
thealirexa asked this question in Help and Questions
Discussion options

You must be logged in to vote

only a partial store is always kept. Namely, the state is preserved (that's the point of having a store). You are free to free the data at any moment to reduce memory consumption by resetting a big array or setting a value to null.

Lags should not happen. One can also use markRaw() for data that doesn't change

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thealirexa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants