NServiceBus.RabbitMQ icon indicating copy to clipboard operation
NServiceBus.RabbitMQ copied to clipboard

Investigate if ability to provide a custom ArrayPool can provide any performance benefit

Open cquirosj opened this issue 1 year ago • 0 comments

Investigate if the ability to provide a custom ArrayPool can provide any performance benefit Since version 6.3.0 supports the ability to specify a custom ArrayPool provider.

  • https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1190

Potentially useful to reduce the number of allocations while receiving and/or sending messages.

cquirosj avatar Nov 08 '22 12:11 cquirosj