Partially parse source
documents to speed up source
access
#52591
Labels
:Core/Infra/Scripting
Scripting abstractions, Painless, and Mustache
>enhancement
Team:Core/Infra
Meta label for core/infra team
When
source
is accessed, it is fully parsed. If a script only uses a single field, most parsing and object construction is wasted.We could implement a "skip parser" that does not extract values but rather keeps track of parsing context (inside string, inside map, etc) until we hit the desired field, and provide that field to the script.
The text was updated successfully, but these errors were encountered: