We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was looking over the benchmarks for the dagmodifier since someone mentioned writing a large file into /ipns was slow, and i noticed that we are spending a lot of time right here: https://github.com/ipfs/go-ipfs/blob/master/pin/indirect.go#L46
We really shouldnt be marshaling keys to base58 for this...
@tv42 in your pinning stuff you were working on, you dont do any b58 marshaling, right?
The text was updated successfully, but these errors were encountered:
@whyrusleeping I consider needing base58 outside of UI a design failure.
Sorry, something went wrong.
@tv42 good.
this is much better
No branches or pull requests
I was looking over the benchmarks for the dagmodifier since someone mentioned writing a large file into /ipns was slow, and i noticed that we are spending a lot of time right here: https://github.com/ipfs/go-ipfs/blob/master/pin/indirect.go#L46
We really shouldnt be marshaling keys to base58 for this...
@tv42 in your pinning stuff you were working on, you dont do any b58 marshaling, right?
The text was updated successfully, but these errors were encountered: