kubo/exchange
Brian Tiger Chow f94d6a37b6 refactor(bitswap/message) use map to prevent duplicate entries
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.
2014-10-27 21:58:20 -07:00
..
bitswap refactor(bitswap/message) use map to prevent duplicate entries 2014-10-27 21:58:20 -07:00
offline removed error from return type of blocks.NewBlock() 2014-10-07 20:46:01 +00:00
interface.go fix(exchange) package name 2014-09-22 04:06:15 -07:00