Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
18 packages returned for Tags:"hashset"
Sort by
Relevance
Downloads
Recently updated
Collections.
Pooled
by:
jmueller
259,629 total downloads
last updated
11/28/2019
Latest version:
2.0.0-preview.27
List
ArrayPool
Span
Dictionary
Stack
Set
HashSet
ObservableCollection
Includes PooledList, PooledDictionary, PooledSet, PooledStack, PooledQueue, and PooledObservableCollection: based on the corresponding collections in System.Collections.Generic, using ArrayPool internally to...
More information
TheCollective.
NetCore
by:
leosperry
122,409 total downloads
last updated
7/4/2016
Latest version:
1.0.1
TheCollective
collection
collections
concurrent
priorityqueue
minheap
maxheap
hashset
a library with concurrent collections
FSharp.
HashCollections
by:
mvkra
12,851 total downloads
last updated
2/13/2023
Latest version:
0.3.4
fsharp
collections
hamt
hashmap
hashset
map
set
Immutable hash collections
TheCollective
by:
leosperry
21,786 total downloads
last updated
7/4/2016
Latest version:
1.0.1
TheCollective
collection
collections
concurrent
priorityqueue
minheap
maxheap
hashset
a library with concurrent collections
Karadzhov.
DecayingCollections
by:
bokovskii
4,873 total downloads
last updated
8/14/2016
Latest version:
0.2.0.16
collections
hashset
bag
.NET library that provides thread-safe collections that automatically remove their elements after a particular time has passed. Each instance of a decaying collection has a timespan specified which is used as a...
More information
WP7Helpers.
Common.
HashSet
by:
tpetrina
1,692 total downloads
last updated
1/20/2013
Latest version:
0.9.0
BCL
HashSet
A naive implementation for the missing generic HashSet<T> collection type. By naive I mean it is a simple wrapper around a Dictionary. Use at your own risk.
BundleDotNet
by:
frapontillo
4,304 total downloads
last updated
2/12/2015
Latest version:
1.1.0
bundle
android
dictionary
hashset
bundlebuilder
A .NET implementation of the Bundle from the Android SDK
FastHashSet
by:
eduherminio
750 total downloads
last updated
12/27/2020
Latest version:
0.1.0-alpha.2
HashSet
Fast
Package Description
Soenneker.
Extensions.
HashSet
by:
soenneker
1,963 total downloads
last updated
6/8/2023
Latest version:
1.0.27
hashset
extension
c#
.net
dotnet
A collection of useful HashSet extension methods
AnamSoft.
ReadOnlySet
by:
AlexBroitman
538 total downloads
last updated
4/15/2020
Latest version:
1.0.0
ReadOnlySet
HashSet
ReadOnlySet is a generic read-only set. May be use as a read-only wrap on generic HashSet
CustomEqualityComparers
by:
R2D221
1,263 total downloads
last updated
4/18/2015
Latest version:
1.0.0
iequalitycomparer
dictionary
hashset
Simple class to create custom equality comparers to be used in Dictionary and HashSet, among others.
Parenthless
by:
ronnygunawan
2,481 total downloads
last updated
3/11/2021
Latest version:
1.0.5
parenthless
linq
skip
take
distinct
list
hashset
Write Skip, Take, Distinct, ToList, ToHashSet, ToDictionary, etc. fluently in LINQ statement without extra parentheses.
Singulink.
Collections
by:
Singulink
346 total downloads
last updated
2/25/2023
Latest version:
1.0.1
List
Dictionary
HashSet
Set
Widely useful highly optimized collections that are missing from the .NET BCL. Commonly Used Types: Singulink.Collections.Map<TLeft, TRight> Singulink.Collections.ListDictionary<TKey,...
More information
Retyped.
hashset
by:
retyped
6,316 total downloads
last updated
6/9/2018
Latest version:
3.0.6733
hashset
typescript
ts
tsc
js
javascript
c#
csharp
dotnet
mobile
More tags
Hashset binding library for Bridge.NET projects.
Parenthless.
EntityFrameworkCore
by:
ronnygunawan
298 total downloads
last updated
3/11/2021
Latest version:
1.0.4
parenthless
linq
skip
take
distinct
list
hashset
Package Description
TSN.
Collections
by:
mtosun07
1,662 total downloads
last updated
10/2/2022
Latest version:
1.0.2.747
collections
object
models
special
generic
hashset
readonly
equality
hash
code
More tags
A library that presents special generic collections, object models and LINQ extensions (such like IReadOnlySet<T>, ReadOnlyHashSet<T>, EntityEqualityComparer<T>, ToHashSet(), ToReadOnlySet() and AsReadOnly()...
More information
RJ.
CollectionExtensions
by:
richardjansson
1,637 total downloads
last updated
10/1/2014
Latest version:
1.0.0
IEnumerable
Collection
CollectionExtensions
IList
HashSet
Queue
Stack
IDictionary
ConcurrentBag
ConcurrentQueue
More tags
Why is it that the List is so widely used, even when there is absolutly no need for the features of a List? I think one of the most important reasons is it beeing so easily available. You could simply use the...
More information
HiQ.
IEnumerableExtensions
by:
hiq
2,984 total downloads
last updated
8/8/2018
Latest version:
1.11.0
IEnumerable
ISet
IDictionary
Collection
ConcurrentBag
ConcurrentQueue
ConcurrentStack
ToDictionary
Async
HashSet
More tags
Extensions to transform IEnumerable into other generic collection types, including async versions.