top | item 46436042

(no title)

droelf | 2 months ago

I've been using unikraft (https://unikraft.org/) unikernels for a while and the startup times are quite impressive (easily sub-second for our Rust application).

discuss

order

ahepp|2 months ago

What drove you to choose that over something like containers?

droelf|2 months ago

Yeah, boot time, isolation (proper VM vs containers), and ease of use on a larger Hetzner box.

m00dy|2 months ago

shorter cold-boot times.

ATechGuy|2 months ago

Fast boot up means nothing if your agent/app is slow at runtime (due to virtualization tax or QEMU emulation). Fast boot up is a PR term, which can easily be optimized for compared to designed a better virtualization layer that performs near-bare-metal.

wewtyflakes|2 months ago

Wouldn't faster boot times mean that scale-out can be done on-demand? Whether this is preferable or not over poorer runtime performance is up to the domain, no?