/CSharp-FastEnum

This repository is created for an article which is about enums in C#/.NET

Primary LanguageC#Apache License 2.0Apache-2.0

C# - Enum performance fixing (FastEnum)

This repository is a representative comparison of a few built-in Enum functions in C#/.NET and the FastEnum enum utilities. The essential parts of the comparison and the reason for it can be seen in this article.