-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
JsonPath evaluation currently walks the AST directly (interpreter-style).
Question:
- Should we also provide a "compiled" execution plan (e.g., segment-specific matchers / precomputed dispatch / flattened program) to reduce per-query overhead for hot paths?
Notes / considerations:
- Public API already encourages caching the compiled JsonPath (
JsonPath.parse(...)) and reusing it. - A compiled plan could still be an internal optimization behind the existing API.
- Benchmarking should guide whether this is worth the complexity.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels