Azure / enterprise-azureai

Unleash the power of Azure AI to your application developers in a secure & manageable way with Azure API Management and Azure Developer CLI.
MIT License
71 stars 32 forks source link

Removed string concatenations from hotpath #30

Closed MoimHossain closed 5 months ago

MoimHossain commented 5 months ago

Having string concats on a hot-path would significantly harm performance due to fast memory allocations and GC will suffer.

azureholic commented 5 months ago

Thanks Moim!