Baunsgaard opened a new pull request, #1934: URL: https://github.com/apache/systemds/pull/1934
To improve the startup time further we can specify a manifest that is included in the SystemDS jar file. this improves performance to 1,1932 from 1.2804. It also change the way we can execute our scripts from java from: `java -cp target/SystemDS.jar:./lib/*:./target/lib/* org.apache.sysds.api.DMLScript -f tmp/test.dml` to: `java -jar target/SystemDS.jar -f tmp/test.dml` -- 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: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org