Mithilesh Zavar
Mith.dev

Mith.dev

Follow
Follow
homebadges
Tag

Benchmark

#benchmark

More content

Read more stories on Hashnode


Articles with this tag

C# .NET Performance - Initialising Empty Array

May 2, 20222 min read789 views

When initialising an empty array in your codebase, there are two options you would choose from: new T[0] or Array.Empty<T>(). This benchmark is to...

C# .NET Performance - Initialising Empty Array