-
This discussion is branched from https://github.com/filecoin-project/ref-fvm/issues/888 which discusses gathering metrics on the EVM actor storage specifically. Such costs are probably dominated by st…
-
Currently in #143 we hard-reset the stack after each event.. This wipes out our hot and warm states, which are not saved to the snapshot as they contain function pointers. Thus, we have to re-initiali…
-
**Issue summary**
Since `fvm_ipld_bitfield::BitField` is used in public APIs of `fil_actor_*` crates, it needs to be upgraded in `fil_actor_*`, however, one of the CI jobs of https://github.com…
-
These currently use internal iteration but this makes them difficult to use with iterator adapters.
Unfortunately, HAMT iteration is recursive so we'll need some form of stack. However, that stack…
-
Is less verbosity the only main benefit of typeclasses over just inputting a set of functions?
Typeclasses can do where `bar` is a member of `Function`:
```
foo(x: A) where Function
bar(x)
…
-
It would be nice to have resizable arrays in Stdlib. [Containers' `CCVector` could be a good reference.](https://github.com/c-cube/ocaml-containers/blob/master/src/core/CCVector.mli)
-
# Open Grant Proposal: `Prolly trees in Rust`
**Name of Project:** Prolly Trees in Rust
**Proposal Category:** `core-dev`
**Proposer:** @SionoiS
**Do you agree to open source all work you…
-
The fvm_ipld_blockstore package has some basic interfaces and wrappers for blockstore. These are very useful tooling for actor development and testing. Unfortunately they're hard to modify because the…
-
| | |
| --- | --- |
| Bugzilla Link | [49461](https://llvm.org/bz49461) |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Script to build clang and llvm](https://user-images.githubusercontent.…
-
While trying to build the latest haskell-language-server for Fedora 37 (ghc-8.10.7) using cabal-install, I hit:
```
Building library for stm-hamt-1.2.0.10..
[1 of 9] Compiling StmHamt.Prelude ( li…