Spinnernicholas / EnumFastToStringDotNetView on GitHub
This is a Visual Studio C# source generator for automatically generating enum extension methods that implement a switch expression based ToString method. Why? The default enum ToString method implements a binary search which is great for large lists but becomes time and memory inefficient for a just a few items when compared to a switch expressi…
32Mar 28, 2022Updated 4 years ago

Alternatives and similar repositories for EnumFastToStringDotNet

Users that are interested in EnumFastToStringDotNet are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.

Sorting:

Are these results useful?