Replies: 1 comment
-
We actually used to write all of the rule logic in Java, but migrated to using Starlark to solve a lot of problems. A short list, from memory:
Because of the benefits, we won't be going back to Java rules, but we definitely want to improve the Starlark performance. If you have any suggestions feel free to reply or open a feature request! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just use JAVA to define all rules. I think that will omit the process of parsering. All are Java. Thanks
Beta Was this translation helpful? Give feedback.
All reactions