Skip to content

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.

Notifications You must be signed in to change notification settings

EtSL33py/FastHashSet

 
 

Repository files navigation

FastHashSet

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).

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

No packages published

Languages

  • C# 100.0%