FastHashSet is a replacement for the generic HashSet<T>. It is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and readonly ref params (in).
forked from Motvin/FastHashSet
-
Notifications
You must be signed in to change notification settings - Fork 0
EtSL33py/FastHashSet
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and readonly ref params (in). Uses MIT License.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C# 100.0%