Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

v0.2.5

Compare
Choose a tag to compare
@Stebalien Stebalien released this 19 Mar 16:42
· 257 commits to master since this release
89d39a6

v0.2.5 contains some nice perf wins:

  • It avoids copying CIDs when encoding/decoding protobufs by using a custom gogo protobuf type.
  • It re-uses message objects to avoid reallocating every time we send something.