]> Sergey Matveev's repositories - btrtrc.git/commit
Begin implementing a K closest node algorithm
authorMatt Joiner <anacrolix@gmail.com>
Tue, 24 Jun 2014 13:20:49 +0000 (23:20 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 24 Jun 2014 13:20:49 +0000 (23:20 +1000)
commite7cb8a138b1c5f5f5f16656c41c614b8079f2a8c
treef9845653b5a04d800ceb0d49aef08443788dee29
parent75e34be89d08b9d7bd30bb16e10af42d101d1000
Begin implementing a K closest node algorithm
dht/closest_nodes.go [new file with mode: 0644]
dht/dht.go
dht/dht_test.go