ImTools 5.0.0-preview-01
Fast and space efficient immutable collections, hash maps, and utilities for performant programming in C#.
Split from the DryIoc: https://github.com/dadhi/DryIoc
Showing the top 20 packages that depend on ImTools.
Packages | Downloads |
---|---|
Baseline
Grab bag of generic utilities and extension methods for .Net development
|
11 |
Baseline
Grab bag of generic utilities and extension methods for .Net development
|
9 |
JasperFx.TypeDiscovery
Type Scanning and Assembly Discovery Utilities
|
7 |
JasperFx.TypeDiscovery
Type Scanning and Assembly Discovery Utilities
|
6 |
## v5.0.0 Major release
- Added SmallMap, SmallList and the friends
- Removed net7.0 target
## v4.0.0 Major release
### Breaking changes
`ImMap<V>` type is replaced by `ImHashMap<int, V>`.
The implementations of ImMap and ImHashMap are combined into one, reducing the code size, and using all performance optimizations from the both.
This change will simplify further performance improvements, testing and bug-fixes.
I have tried to keep the API as similar as possible,
but you may expect that some types and methods were renamed, or new overloads were added.
### Performance and memory improvements
- Fewer allocations (~10%), see the benchmarks in project readme
- Keeping the performance almost the same
### Closed issues
- #41 Add a builder-like capability to the ImHashMap via BuildFromDifferent methods
- #47 Add output of the ImHashMap as mermaid diagram, e.g. `ToMermaidString` method
- #48 Merge the ImMap and ImHashMap implementations
- #50 Optimize Enumerable for the PartitionedHashMap
- #51 Reduce ImHashMap memory allocations, keeping the speed
- #52 Add AddSureNotPresent methods to compensate for GetSurePresent methods
.NET Framework 4.5
- No dependencies.
.NET Standard 2.0
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
5.0.0-preview-01 | 7 | 06/03/2024 |
4.0.0 | 13 | 06/11/2023 |
3.1.0 | 8 | 06/11/2023 |
3.0.0 | 10 | 06/11/2023 |
2.1.0 | 2 | 06/11/2023 |
2.0.0 | 8 | 06/11/2023 |
2.0.0-preview-01 | 8 | 02/15/2024 |
1.0.0 | 8 | 06/12/2023 |
1.0.0-preview-05 | 9 | 02/15/2024 |
1.0.0-preview-04 | 9 | 01/07/2024 |
1.0.0-preview-03 | 9 | 02/15/2024 |
1.0.0-preview-02 | 7 | 02/15/2024 |
1.0.0-preview-01 | 7 | 02/15/2024 |