6 Comments
18 hrs ago·edited 18 hrs agoLiked by Shivang Sarawagi

I'm wondering why they're not using unikernels. Unikernels have single digit millisecond startups and are not limited to isolates.

Using stateful scale-to-zero you can preserve the JIT compilation cache of v8.

Expand full comment
author

I'll delve into this and possibly write a post on it.

Expand full comment
22 hrs agoLiked by Shivang Sarawagi

Thanks, you made my week, the article has many in-depth details.

Expand full comment
author

I am glad you like it :)

Expand full comment
Nov 4Liked by Shivang Sarawagi

Probably with the advent of compiling Java and .net code as wasm may address a wide range of audience. But developers should be aware of libraries that support wasm

Expand full comment
author

Right! Many businesses are experimenting with WebAssembly on the side. However, its adoption is limited by the lack of enough tooling and platform support for WASM.

Expand full comment