Implement DecodeWithMemTracking for BoundedBTreeSet#915
Implement DecodeWithMemTracking for BoundedBTreeSet#915bkchr merged 7 commits intoparitytech:masterfrom
DecodeWithMemTracking for BoundedBTreeSet#915Conversation
I'm not sure if I undertand it. Could you please point me to where |
It's not specifically called in that PR. It's called in And for |
Ok I think I got it, will try to address it today. Thanks! |
@serban300 I basically did the same as in #906. I'm not sure if I can reuse the same |
Ok, thanks ! But please let's try to reuse |
@serban300 Done! sorry for the delay, was harder than I expected with all the macro magic 🪄
@bkchr I even added more tests for jam cases than didn't exist before. Let me know if there is something missing guys, and thanks for your time! |
|
Sorry, I was a bit busy last week. I will try to take a look these days |
serban300
left a comment
There was a problem hiding this comment.
LGTM ! Just left a nit.
|
@bkchr I believe the remaining failing tests are not related to this change, right? |
|
@bkchr could you please create a new release with this change? |
|
I can do that, but probably tomorrow |
No rush! Thank you 🙏🏻 |
Description
Implement
DecodeWithMemTrackingforBoundedBTreeMap