-
We need APIs for creating new nodes which include content from a previous node, along with some additions or subtractions.
The first step is figuring out what pattern we use when placing these APIs…
-
Currently, `TreeSet` [allows for the definition](https://github.com/vavr-io/vavr/blob/master/vavr/src/main/java/io/vavr/collection/TreeSet.java#L99) of a `Comparator` and I have often felt like being …
-
## Introduction
This is a work-in-progress proposal for creating a new product/tool that would benefit the IPFS ecosystem.
The idea is to create a tool that acts as a mashup of ipfs/interop & ipfs…
-
With 0.2.0, "HashArrayMappedTrieMap" was introduced. This caused the build to grow in size significantly without obvious benefits for an app the size I'm developing: I'm not concerned about performanc…
-
(This is a naive question but I haven't found a conclusive answer for it yet, sorry if I'm duplicating another issue).
While testing the new `go-ipfs` version (https://github.com/ipfs/go-ipfs/issue…
-
**Short Version:**
I was expecting the data structure used in im to be provide a large performance boost when "merging" to similar HashMap (coming from the same "ancestors" HashMap). It does not. I w…
-
Currently, due to the underlying AMT used to store per-miner batched proofs, the gas requirements for SubmitPoRepForBulkVerify are not predictable. Specifically, they go up until an AMT leaf is filled…
-
Hello,
Several months ago I forked this repo and started working on it. After some additions, I found myself unable to work with such a large codebase with which I was so unfamiliar, so I decided t…
-
https://github.com/ipfs/gateway-conformance/blame/d855ec4fb9dac4a5aaecf3776037b005cc74c566/docs/development.md#L46
```
╰─ ✔ ❯ make fixtures.car
go build \
-ldflags="-X github.com/ipfs/gateway…
-
I just added an alternative `HashMap` implementation, based heavily on the `IntMap` code (there is definitely some room for improvements, e.g. using arrays for the buckets). While the old `Map` implem…