-
Could the binary structures serve as the basis for persistent data structures, implemented as [HAMT](https://en.wikipedia.org/wiki/Hash_array_mapped_trie)?
-
now that we have HAMT, should there be groupBy variant returning HAMT? I need to demonstrate this via JMH, but I'm pretty sure this will be a non-trivial performance win.
This seems straightforward…
-
Ideally, I would like to be able to do
```
x = Map({'a': 2, 'c': 1})
y = x.update({'b': 3: 'c': 2)
z = y - x # magic
z == Map({'b': 3, 'c': 2})
```
Is there any particularly efficient way t…
-
The example in `README.md` fails to compile as there is no `Hamt` import.
-
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…
-
PNPM considers packages from peerDependenciesMeta as something that should be peer dependencies, even when those are not in peerDependencies. It is expected?
### pnpm version:
7.27.0
### Code…
-
`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…
-
Issue overview
--------------
I am performing some simulations using the `HAMT` algorithm and I noticed that—in some cases—the water content reported reported by EnergyPlus goes way beyond what wo…
-
Filing follow on from [this conversation](https://github.com/filecoin-project/specs-actors/pull/577#discussion_r449273074)
Batching state mutations will eliminate redundant hamt/amt loading and sto…
-
The `forest_hash_utils` crate is no longer maintained and should not be used. Ideally `fvm_ipld_hamt` would copy the hashing code or find another crate to serve the same purpose.