-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Sdk memory optimizations #2622
Sdk memory optimizations #2622
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK for the node (IR is also somewhat questionable, but doesn't hurt there) while CLI can be left as is.
"github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/common" | ||
oid "github.com/nspcc-dev/neofs-sdk-go/object/id" | ||
"github.com/pkg/errors" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it went unnoticed, I've also encountered this in https://github.com/nspcc-dev/neofs-node/pull/2620/commits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't say this is critical, but a linter can be added. Not in this PR anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am okay with it, but it looks overkill
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have made a mistake once so let it be a PR at least: #2628
d85ae9f
to
6c6b2fe
Compare
6c6b2fe
to
526ccdb
Compare
Codecov Report
@@ Coverage Diff @@
## master #2622 +/- ##
==========================================
- Coverage 29.22% 29.21% -0.02%
==========================================
Files 416 416
Lines 31318 31328 +10
==========================================
- Hits 9154 9152 -2
- Misses 21365 21376 +11
- Partials 799 800 +1
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
e7784fa
to
1379ce2
Compare
rebased |
😏 |
Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
1379ce2
to
1809e15
Compare
Well, one more attempt |
No description provided.