HashSet<Point> is slower than HashSet<String> #8458
Replies: 2 comments
-
This is not a language concern. This is a runtime concern. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That SO question is quite outdated. Starting with .NET Core 2.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Fix the Point datatype to be one of the generics throughout all generics in C#.
Motivation
GOAL 1- Performance.
GOAL 2- Less code by developer.
Planning:
Suggested reading:
https://stackoverflow.com/questions/46142734/why-is-hashsetpoint-so-much-slower-than-hashsetstring
Beta Was this translation helpful? Give feedback.
All reactions