We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有这样一种场景, 结点2和结点3都依赖结点1的前置结果,目前的解析方式,会把结点的结果解析两次(解析成Json,然后通过jsonpath获取参数)。是否需要把每个结点的jsonpath记录下来,减少解析次数
The text was updated successfully, but these errors were encountered:
如果后面多个op依赖前置op的结果,那么前置op就会被解析多次
Sorry, something went wrong.
嗯,现状是会重复解析,可以做个压测看看,jsonpath解析的性能怎么样;下个版本考虑优化一下
No branches or pull requests
有这样一种场景,
结点2和结点3都依赖结点1的前置结果,目前的解析方式,会把结点的结果解析两次(解析成Json,然后通过jsonpath获取参数)。是否需要把每个结点的jsonpath记录下来,减少解析次数
The text was updated successfully, but these errors were encountered: