- 30 Oct, 2014 10 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
If the datastore has a value for the key, we already have the block. We should not write it again. This will make redundant writes much faster. At the moment, a datastore.Has on leveldb is a GetBackedHas. Track https://github.com/jbenet/go-datastore/issues/6
-
Juan Batiz-Benet authored
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
perf(cmd/ipfs) write mprof file in debug mode
-
Brian Tiger Chow authored
TODO add memory profiling to ipfs2
-
Brian Tiger Chow authored
-
- 29 Oct, 2014 1 commit
-
-
Brian Tiger Chow authored
discovered by @mappum and applied at https://github.com/jbenet/go-ipfs/commit/414e20b71e50b65e40883f3ac85f91aa81c1e486 fixing here to address #233 https://github.com/jbenet/go-ipfs/issues/233
-
- 28 Oct, 2014 25 commits
-
-
Juan Batiz-Benet authored
refactor(blockservice, merkledag, namesys) deprecate u.ErrNotFound
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
refactor(routing) replace u.ErrNotFound with routing.ErrNotFound
-
Juan Batiz-Benet authored
fix(bitswap/message) duplicate entries
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
to emphasize idempotence
-
Brian Tiger Chow authored
comes at the cost of O(n) Blocks() method.
-
Brian Tiger Chow authored
so there's one less name to think about
-
Brian Tiger Chow authored
A nice invariant for bitswap sessions: Senders and receivers can trust that messages do not contain duplicate blocks or duplicate keys. Backing the message with a map enforces this invariant. This comes at the cost of O(n) getters.
-
Brian Tiger Chow authored
implementation will be patched to ensure bitswap messages cannot contain duplicate blocks or keys
-
Brian Tiger Chow authored
@whyrusleeping noticed this a couple days ago potential long-term fix: prevent duplicate entries in the wantlist by using a map/set and iterating over this data structure on export
-
Brian Tiger Chow authored
Revert "perf(mux) use RWMutex"
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
perf(mux) use RWMutex
-
Brian Tiger Chow authored
-
- 27 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
ipfs tour
-
- 26 Oct, 2014 3 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Improve tests
-