> It is a rewrite of pnpm in Rust Their benchmarks[0] report that a clean install with lockfile is about 3x times faster (7s -> 2.2s) and a no-op install is about 29x times faster (517ms -> 18ms) [0]:…
Nope, it's also not loading for me
Fyi Kagi's Orion browser also supports containers https://help.kagi.com/orion/features/containers.html
I don't think the control flow relies on GC. The control flow stops because statements after `await new Promise(() => {});` will never run. GC is only relied upon to not create a memory leak, but you could argue it's…
> It is a rewrite of pnpm in Rust Their benchmarks[0] report that a clean install with lockfile is about 3x times faster (7s -> 2.2s) and a no-op install is about 29x times faster (517ms -> 18ms) [0]:…
Nope, it's also not loading for me
Fyi Kagi's Orion browser also supports containers https://help.kagi.com/orion/features/containers.html
I don't think the control flow relies on GC. The control flow stops because statements after `await new Promise(() => {});` will never run. GC is only relied upon to not create a memory leak, but you could argue it's…