Skip to content

Commit 94cc93a

Browse files
Update README.md
1 parent 9009384 commit 94cc93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The implicit conversion between a `string` and `EnumValue<TEnum>` make this poss
102102

103103
If you need to allow for case-insensitive comparison then simply use `EnumValueCaseIgnored<TEnum>` instead.
104104

105-
The performance is outstanding as it uses an expression tree for case-sensitive matching and a dictionary for case-insensitive.
105+
The performance is outstanding as it uses the length of the names to build a tree in order to parse values and uses an expression tree instead of calling `.ToString()` on the value.
106106

107107
---
108108

0 commit comments

Comments
 (0)