Skip to content
New issue

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

Allow JST to be applied with the same configuration to multiple files at once #41

Closed
wants to merge 2 commits into from

Conversation

lukebemish
Copy link
Contributor

Currently, transforming a number of different files in the same way with JST requires forking the JVM for each invocation, as well as re-setting-up the processor classpath and whatnot. This is not optimal if you're transforming more than a couple files -- in fact, I only noticed this because it has become a substantial bottleneck. This PR allows you to specify more than one input/output pair for JST.

@neoforged-pr-publishing
Copy link

  • Publish PR to GitHub Packages

@lukebemish lukebemish closed this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant