-
When benchmarking the nv23 migration on my mainnet node, I get these bench-times:
Migration without cache is taking 41seconds:
```
migration height 4056425
old cid bafy2bzaceafswlgag4nowendbxz…
-
H/AMT diff traverses the whole thing today. We can do better.
See https://github.com/filecoin-project/lily/issues/504
-
As far as I can tell, right now it is neither.
-
`IMMER_RETHROW` causes warnings in `IMMER_NO_EXCEPTIONS` builds.
Our build actually has exceptions support, but it's under GCC so immer thinks they're turned off. The detection of whether exception…
-
This issue has a bunch of items. Feel free to check them off as they get completed or tracked in other issues.
Block:
- [x] The Signature field is missing from the block data structure and should b…
-
The operations list is currently just a list. Need to replace this with a union of either https://github.com/rvagg/iavector or a list and determine an appropriate max-size for using an inline list.
-
Might be useful to export the constructors of these data structures.
I'd like to implement a version of `delete` that tells me whether or not anything was deleted, but I don't believe this is possibl…
-
Steps to repo:
1. checkout https://github.com/ipfs/go-hamt-ipld or https://github.com/filecoin-project/go-amt-ipld
2. run their code gen call
3. run their tests
-
Lincheck version `2.29`.
Steps to reproduce (unfortunately I don't know how to minimize):
```
git clone https://github.com/durban/choam.git
cd choam
git checkout 2711aabe
sbt "stressLinchk/t…
-
Hi, Shizhe.
Thanks very much for the great HAMT work! I was recently using your code trying to run the VLN experiments myself. I noticed that you provided the running scripts for pretraining and fine…