Possible way to optimize performance of table mode #55
loggerhead
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think in the real world, array nodes are not deeply nested, and not all array nodes have many children. Most of them should be 0-2 level like:
[1]
.[[1], [2]]
.So we can solve the problem based on two assumptions:
Then, the solution would involve several steps:
Beta Was this translation helpful? Give feedback.
All reactions