dweiss commented on PR #15386: URL: https://github.com/apache/lucene/pull/15386#issuecomment-3476621433
Something else you could try - google java format has native/binary releases compiled using graalvm: https://github.com/google/google-java-format/releases I see shorter execution times on linux compared to full jvm startup. ``` $ time ./google-java-format_linux-x86-64 --skip-reflowing-long-strings -i lucene/lucene/core/src/java/org/apache/lucene/index/IndexWriter real 0m0.422s user 0m0.326s sys 0m0.096s ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
