go-libp2p-peerstore/pstoremem
Steven Allen fd3ea885ff feat: improve protocol interning
This used to specify a max size/count but that was only because this logic was
shared between all peerstores (including the on-disk one). Now that:

1. This only applies to the in-memory one.
2. We never actually GC these.

We can just intern indefinitely.
2019-05-27 14:35:05 -07:00
..
addr_book.go don't track segment sizes, it's a fruitless optimization 2019-05-17 23:39:21 +03:00
inmem_test.go add keybook benchmarks 2018-11-07 15:48:31 +10:00
keybook.go update to match new ExtractPublicKey API 2018-10-16 11:31:32 +01:00
metadata.go read/write metadata lock 2019-04-27 22:19:49 +03:00
peerstore.go refactor protocol functionality into ProtoBook 2019-05-17 12:33:33 +03:00
protobook.go feat: improve protocol interning 2019-05-27 14:35:05 -07:00