HashSet<Point> is slower than HashSet<String> #108306
-
Summary Motivation Planning:
Suggested reading: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The stackoverflow post is highly outdated. |
Beta Was this translation helpful? Give feedback.
-
net framework 4.7 https://dotnetfiddle.net/xu6SYJ 0.96s that's 32 times faster or 97% improvement! |
Beta Was this translation helpful? Give feedback.
The stackoverflow post is highly outdated.
System.Drawing.Point
implementedIEquatable
in .NET Core 2.0, which was published at 2017.