-
Hi,
I've been wrapping `hifiasm_meta` to install it on Galaxy and I've come across three reproducible segfaults using the biocontainer, which is built from the conda package.
I've uploaded the…
-
Is it ok that an inconsistently setup HAMT will cause a panic?
The pointer returned [here](https://github.com/ipfs/go-hamt-ipld/blob/master/hamt.go#L81) is dereferenced without nil checking.
An in…
-
With https://github.com/filecoin-project/go-hamt-ipld/, I can easily:
1. Load a HAMT.
2. Put/delete a few values.
3. Flush the hamt.
This is how a map should work.
With this library, I'm no…
-
Filecoin's HAMT has a lot of important tests around deterministic serialization, limits, etc. We should port as many tests as possible.
-
In WNFS 1 in the public partition we re-used UnixFS for the directory listing, thus "borrowed" their mechanisms for sharding directories. However, that leads to more indirections and small nodes (the …
-
The HAMT is ideal for randomized keys, but if we knew ahead of time that we were using an array, then the key hashing can be improved. The main advantage is speed since less buckets would be updated …
-
Filecoin HAMTs need to have byte serializing keys to be compliant with the spec and the conforming implementation used by lotus. However the implementation as it stands accepts arbitrary cbor seriali…
-
(vlnhamt) tjf22@ubuntu:~/VLN-HAMT-main/finetune_src$ export PYTHONPATH=Matterport3DSimulator/build:/usr/bin/python3.6
(vlnhamt) tjf22@ubuntu:~/VLN-HAMT-main/finetune_src$ bash scripts/run_r2r.sh
Tra…
-
The known problems with the hash table:
* huge allocations makes malloc/free freeze the system (#8611)
* even more memory is used while incremental rehashing is ongoing
* (anything else?)
It h…
-
In the [load](https://github.com/rvagg/js-ipld-hashmap/blob/e852cc90e0e446b88e7adfe9440237ed852c6fa1/ipld-hashmap.js#L438) function and in the [save](https://github.com/rvagg/js-ipld-hashmap/blob/e852…