Skip to content

rolandcsosz/CSharp-FastEnum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.