Azure / azure-amqp

AMQP C# library
Other
94 stars 72 forks source link

Avoid allocating the list for empty results and initialize the list size with message count to prevent growing #177

Closed danielmarbach closed 3 years ago

danielmarbach commented 3 years ago

Small tweak @xinchen10

// cc @jsquire @JoshLove-msft

danielmarbach commented 3 years ago

Thanks @xinchen10 for taking this in.

JoshLove-msft commented 3 years ago

Can this be merged into hotfix (or the equivalent change made there) so that we can benefit from the improvements in the next release?