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
jsonpath: optimize executeAnyItem by iterating over JSON containers
This commit replaces the usage of `AllPathsWithDepth` with direct
iteration over JSON arrays and objects in `executeAnyItem`. This avoids
unnecessary JSON decoding of the entire object structure
(`jsonEncoded.decode()`) when only direct children are needed.
Preliminary testing shows this change reduces execution time for queries
with any array/object unwrapping by approximately 50%.
Release note: None
0 commit comments