ImTools.dll 4.0.0
Immutable persistent collections, algebraic sum-type aka descriminated union, Ref type and supportive extensions for performant functional programming in C#.
Split from the DryIoc: https://github.com/dadhi/DryIoc
Showing the top 20 packages that depend on ImTools.dll.
Packages | Downloads |
---|---|
JasperFx.TypeDiscovery
Type Scanning and Assembly Discovery Utilities
|
16 |
## 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 | 10 | 10/24/2024 |
4.0.0 | 9 | 06/13/2023 |
3.1.0 | 10 | 10/07/2024 |
3.0.0 | 10 | 06/13/2023 |
2.1.0 | 11 | 06/14/2023 |
2.0.0 | 8 | 06/14/2023 |
2.0.0-preview-01 | 10 | 07/20/2024 |
1.0.0 | 8 | 06/13/2023 |
1.0.0-preview-05 | 10 | 07/11/2024 |
1.0.0-preview-04 | 9 | 08/23/2024 |
1.0.0-preview-03 | 10 | 10/10/2024 |
1.0.0-preview-02 | 8 | 12/27/2024 |
1.0.0-preview-01 | 9 | 11/12/2024 |