Steven Allen
Steven Allen
Also, the function should be called `Multiplex`.
Yeah, this is a bug in decode.
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...
I don't _think_ so?
@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...