top | item 46445774

(no title)

thefaux | 2 months ago

> Try a GraalVM native image. Milliseconds. Gone.

Try building a GraalVM native image. Minutes gone.

discuss

order

maxandersen|2 months ago

I agree the build might take a bit extra but its for sure not much for smaller clis. Making jbang native added 1-2 minutes and its all done in github action runners so in practice I don't see this as a problem as it does not affect the end user.

vips7L|2 months ago

More gigabytes of ram than your machine has will be gone too.

Alifatisk|2 months ago

Luckily, that's only during aot compilation and not runtime.