SlimMessageBus icon indicating copy to clipboard operation
SlimMessageBus copied to clipboard

[Host] Make use of ArrayPool

Open zarusz opened this issue 1 year ago • 2 comments

ArrayPool

zarusz avatar Dec 22 '24 00:12 zarusz

How long do you plan to keep NetStandart 2.0?

https://github.com/npgsql/npgsql/issues/5296

Another aspect I want to pay attention to in the future. In my opinion, the main performance problem is serialization of untyped objects.....

ps

found it interesting...

https://github.com/stebet/rabbitmq-dotnet-client/blob/1c72f6e0356135c46096c7ea031e1b115de6fd61/projects/RabbitMQ.Client/client/impl/AsyncConsumerDispatcher.cs#L50

  • AsyncConsumerWorkService

dundich avatar Dec 23 '24 10:12 dundich

.NET Standard is still needed to enable this library for the .NET Framework. So I will want to keep it around. If you look at other libraries they also target netstandard.

zarusz avatar Dec 23 '24 10:12 zarusz