You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cut about half a second off Trireme startup for a "hello, World!" script by doing the following:
Replace logback in the pre-built JAR and "trireme" NPM wrapper with slf4j-simple. This cuts out a bunch of XML parsing that wasn't telling us anything.
Don't initialize Bouncy Castle until the "crypto" module is actually required, rather than every time
Pre-compile JavaScript from the "trireme-utils" module rather than doing it every time
No description provided.
The text was updated successfully, but these errors were encountered: