store: allow explicitly opting out of wrapping #1022
otonashixav
started this conversation in
Ideas
Replies: 1 comment
-
Interesting. The check on read |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This would improve performance in cases where objects and arrays are only ever completely replaced, especially when they have a large number of keys. Currently one way to do this is to wrap the object/arrays in a class, which the store will not attempt to wrap. See https://discord.com/channels/722131463138705510/980543705440206869.
Example implementation:
Beta Was this translation helpful? Give feedback.
All reactions