ImTools 1.0.0
See the version list below for details.
Requires NuGet 3.3.0 or higher.
dotnet add package ImTools --version 1.0.0
NuGet\Install-Package ImTools -Version 1.0.0
<PackageReference Include="ImTools" Version="1.0.0" />
paket add ImTools --version 1.0.0
#r "nuget: ImTools, 1.0.0"
// Install ImTools as a Cake Addin #addin nuget:?package=ImTools&version=1.0.0 // Install ImTools as a Cake Tool #tool nuget:?package=ImTools&version=1.0.0
Immutable persistent collections, concurrent HashMap, Ref, and Array helpers designed for performance.
Split from DryIoc: https://bitbucket.org/dadhi/dryioc
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ImTools:
Package | Downloads |
---|---|
Baseline
Grab bag of generic utilities and extension methods for .Net development |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on ImTools:
Repository | Stars |
---|---|
seesharper/LightInject
An ultra lightweight IoC container
|
|
JasperFx/baseline
Grab bag of generic utilities and extension methods for .Net development
|
Version | Downloads | Last updated |
---|---|---|
5.0.0-preview-01 | 113 | 5/23/2024 |
4.0.0 | 566,637 | 7/25/2022 |
3.1.0 | 2,331 | 5/10/2021 |
3.0.0 | 3,123 | 3/24/2021 |
2.1.0 | 2,658 | 6/28/2020 |
2.0.0 | 2,663 | 1/24/2020 |
2.0.0-preview-01 | 2,284 | 12/18/2019 |
1.0.0 | 10,756 | 9/30/2017 |
1.0.0-preview-05 | 2,908 | 6/19/2017 |
1.0.0-preview-04 | 2,782 | 6/19/2017 |
1.0.0-preview-03 | 2,736 | 4/4/2017 |
1.0.0-preview-02 | 2,684 | 3/29/2017 |
1.0.0-preview-01 | 2,780 | 3/3/2017 |
v1.0.0:
- fixed: Removed non-needed package dependencies on Full .NET platforms
- added: Concurrent lock-free HashMap implementation
- added: ArrayTools Match, Map, FindFirst methods as fast replacement for LINQ for Arrays
- added: ImList.ToArray conversion
- added: ImList{T}
- removed: ImHashMapForest as very specialized case
- removed: Concurrent HashMap until its fixed