perf(proto): use extract_if in RangeSet for better performance#2474
perf(proto): use extract_if in RangeSet for better performance#2474DSharifi wants to merge 5 commits intoquinn-rs:mainfrom
extract_if in RangeSet for better performance#2474Conversation
28312ef to
e3f363f
Compare
|
Thank you! Our MSRV policy is not to bump the MSRV to a version less than 6 months old. |
Yes, discussing the MSRV also came up in the issue it closes #2422 (comment) I'm happy with keeping it as a draft until May next year, but I can also create a feature gated version if you prefer that :) |
|
The policy is not to bump until the MSRV is at least 6 months old, but we've mostly been more conservative, sort of matching up with tokio's MSRV. So if you want this anytime soon, feature gating is probably the better option. |
extract_if in RangeSet for better performanceextract_if in RangeSet for better performance
|
Unless you or someone really wants this soon, I think we can leave it a draft for now :) |
|
Personally, I don't mind keeping it in draft. Let me know what you guys decide. For now I added a change to feature gate the changes with the |
closes #2422