Reduced heap usage by removing recursion from KBucket
: (#35)
Reported problems:
This release changed the internal implementation of closest(id, n)
which may impact code that does not provide the required n
parameter. See #38. Upgrading to v3.2.0 resolves this problem.