Results 1846 comments of Steven Allen

Also, the function should be called `Multiplex`.

See https://github.com/filecoin-project/FIPs/discussions/487 for a discussion/proposal on how to implement this.

- We may need to rejigger costs if we do that as we currently charge to fetch the block on `open`. - In terms of performance, this likely isn't a...

@dignifiedquire: 1. Make sure to strip (wasm-strip). 2. Focus on the miner actor.

Yup. But with compression (zst), that goes down to 700kib, IIRC.

For the miner actor (the largest): 1. After upgrading to the new IPLD library and stripping, we're now down to 1.3MiB by default. 2. If we optimize with `wasm-opt -O3...

(we should probably dump these in some investigation repo at some point, but I had it lying around from when I was trying to rebase the FVM on capabilities and...

> Could we just make serial executions faster? Yes, but only up to a point. Single-core performance has mostly stalled while we're getting more and more cores. One solution is...