mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 11:27:42 +08:00
* go-datastore and friends: GetSize * badger: new release, fewer allocations * go-mplex: send fewer packets * go-bitswap: pack multiple blocks in a single message, fewer allocations * go-buffer-pool: replace the buffer pool from go-msgio * yamux: fixed data race and uses go-buffer-pool for stream read-buffers to reduce memory and allocations. * go-libp2p-secio: get rid of a hot-spot allocation * go-libp2p-peerstore: reduced allocations (at the cost of some memory) More? License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> |
||
|---|---|---|
| .. | ||
| interface | ||
| block_test.go | ||
| block.go | ||
| coreapi.go | ||
| dag_test.go | ||
| dag.go | ||
| dht_test.go | ||
| dht.go | ||
| key_test.go | ||
| key.go | ||
| name_test.go | ||
| name.go | ||
| object_test.go | ||
| object.go | ||
| path_test.go | ||
| path.go | ||
| pin_test.go | ||
| pin.go | ||
| pubsub_test.go | ||
| pubsub.go | ||
| swarm.go | ||
| unixfile.go | ||
| unixfs_test.go | ||
| unixfs.go | ||