Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dadhi/ImTools issues and pull requests

#59 - ImHashMap<int, SampleClass> vs MemoryOwner<SampleClass>

Issue - State: closed - Opened by netcorefan1 11 months ago - 4 comments

#58 - Add to the ImHashMap ref state arguments to be propagated into the Update delegates

Issue - State: open - Opened by dadhi 11 months ago
Labels: enhancement, performance

#57 - Fast mutable non-concurrent HashMap

Issue - State: open - Opened by dadhi over 1 year ago - 1 comment
Labels: enhancement

#56 - Fix markdown formatting in readme

Pull Request - State: closed - Opened by FrediKats over 1 year ago - 1 comment

#55 - Fix README.md

Pull Request - State: closed - Opened by wcoder about 2 years ago

#52 - Add AddSureNotPresent methods to compensate for GetSurePresent methods

Issue - State: closed - Opened by dadhi over 2 years ago
Labels: enhancement, performance

#52 - Add AddSureNotPresent methods to compensate for GetSurePresent methods

Issue - State: closed - Opened by dadhi over 2 years ago
Labels: enhancement, performance

#51 - Reduce ImHashMap memory allocations keeping the speed

Issue - State: closed - Opened by dadhi over 2 years ago
Labels: performance

#50 - Optimize Enumerable for the PartitionedHashMap

Issue - State: closed - Opened by dadhi over 2 years ago
Labels: enhancement

#49 - V4 dev

Pull Request - State: closed - Opened by dadhi over 2 years ago

#49 - V4 dev

Pull Request - State: closed - Opened by dadhi over 2 years ago

#48 - Merge the ImMap and ImHashMap implementations

Issue - State: closed - Opened by dadhi over 2 years ago
Labels: enhancement, performance, ergonomics

#48 - Merge the ImMap and ImHashMap implementations

Issue - State: closed - Opened by dadhi over 2 years ago
Labels: enhancement, performance, ergonomics

#47 - Add output of the ImHashMap as mermaid diagram

Issue - State: closed - Opened by dadhi over 2 years ago - 1 comment
Labels: enhancement, diagnostics

#47 - Add output of the ImHashMap as mermaid diagram

Issue - State: closed - Opened by dadhi over 2 years ago - 1 comment
Labels: enhancement, diagnostics

#46 - Try struct instead of array for PartitionedImMap

Issue - State: closed - Opened by dadhi over 3 years ago - 1 comment
Labels: enhancement, performance

#45 - Document Im(Hash)Map implementation quirks and tricks for the future presentation

Issue - State: open - Opened by dadhi over 3 years ago
Labels: documentation

#44 - the Im(Hash)Map.Entry methods should return the entry type but now return the map type

Issue - State: closed - Opened by dadhi over 3 years ago - 1 comment
Labels: bug

#43 - Implement native ToJson and fromJson for maps

Issue - State: closed - Opened by dadhi over 3 years ago - 1 comment
Labels: enhancement, performance

#43 - Implement native ToJson and fromJson for maps

Issue - State: closed - Opened by dadhi over 3 years ago - 1 comment
Labels: enhancement, performance

#42 - Add the ImHashMap creation methods to accept the array of items and immediately build the final form of the map

Issue - State: closed - Opened by dadhi over 3 years ago - 1 comment
Labels: enhancement, performance

#42 - Add the ImHashMap creation methods to accept the array of items and immediately build the final form of the map

Issue - State: closed - Opened by dadhi over 3 years ago - 1 comment
Labels: enhancement, performance

#41 - Add a builder-like capability to the ImHashMap via BuildFromDifferent methods

Issue - State: closed - Opened by dadhi over 3 years ago - 2 comments
Labels: enhancement, performance, documentation

#41 - Add a builder-like capability to the ImHashMap via BuildFromDifferent methods

Issue - State: closed - Opened by dadhi over 3 years ago - 2 comments
Labels: enhancement, performance, documentation

#40 - Replace the ImMap methods with Update delegate parameter with composable Add and Update methods

Issue - State: closed - Opened by dadhi almost 4 years ago
Labels: enhancement, performance, documentation

#40 - Replace the ImMap methods with Update delegate parameter with composable Add and Update methods

Issue - State: closed - Opened by dadhi almost 4 years ago
Labels: enhancement, performance, documentation

#36 - Add ImMap.GetSurePresentValue method

Issue - State: closed - Opened by dadhi about 4 years ago
Labels: enhancement, documentation

#35 - Add ImHashMap23 on par with ImMap23

Issue - State: closed - Opened by dadhi over 4 years ago
Labels: enhancement

#35 - Add ImHashMap23 on par with ImMap23

Issue - State: closed - Opened by dadhi over 4 years ago
Labels: enhancement

#34 - Remove ImMap V1 from the benchmarks in readme and add ImMap234

Issue - State: closed - Opened by dadhi over 4 years ago
Labels: enhancement, documentation

#33 - Tree234 for #32

Pull Request - State: closed - Opened by dadhi over 4 years ago
Labels: enhancement

#32 - Try out 2-3-4 tree

Issue - State: closed - Opened by dadhi over 4 years ago - 4 comments
Labels: enhancement

#31 - Try append-only hash-map as a tree stored in unrolled linked list

Issue - State: open - Opened by dadhi over 4 years ago - 1 comment
Labels: experiment

#30 - Make using of ImTools concurrently with DryIoc

Issue - State: closed - Opened by detoxhby almost 5 years ago - 13 comments
Labels: enhancement

#29 - Improve memory use by more dedicated Branch types up to 3 level tree

Issue - State: closed - Opened by dadhi almost 5 years ago - 2 comments
Labels: enhancement, wontfix, performance

#29 - Improve memory use by more dedicated Branch types up to 3 level tree

Issue - State: closed - Opened by dadhi almost 5 years ago - 2 comments
Labels: enhancement, wontfix, performance

#28 - Ref like ImMap

Pull Request - State: closed - Opened by dadhi about 5 years ago
Labels: enhancement, performance

#28 - Ref like ImMap

Pull Request - State: closed - Opened by dadhi about 5 years ago
Labels: enhancement, performance

#27 - Add more To and Do extensions - for cast and accept the additional state to enable 2+ argument lambdas without closure

Issue - State: closed - Opened by dadhi about 5 years ago
Labels: enhancement, performance, ergonomics

#26 - ImMap and ImHashMap should provide enumeration without IEnumerable

Issue - State: closed - Opened by dadhi about 5 years ago - 1 comment
Labels: enhancement, performance

#25 - Implement Deconstruction for Union

Issue - State: closed - Opened by dadhi about 5 years ago - 1 comment

#24 - Provide number of slots to ImMapArray via struct type argument

Issue - State: closed - Opened by dadhi about 5 years ago - 1 comment
Labels: enhancement, wontfix

#24 - Provide number of slots to ImMapArray via struct type argument

Issue - State: closed - Opened by dadhi about 5 years ago - 1 comment
Labels: enhancement, wontfix

#23 - Consistent DU naming

Issue - State: closed - Opened by dadhi about 5 years ago - 2 comments
Labels: enhancement, ergonomics

#22 - Consider the empty non-value Case for DU

Issue - State: closed - Opened by dadhi about 5 years ago - 1 comment
Labels: enhancement

#21 - Add Union tagging to improve performance of switch If required

Issue - State: closed - Opened by dadhi about 5 years ago
Labels: enhancement, performance

#20 - Add ImMap.Add or GetOrAdd method

Issue - State: closed - Opened by dadhi over 5 years ago - 1 comment
Labels: enhancement

#20 - Add ImMap.Add or GetOrAdd method

Issue - State: closed - Opened by dadhi over 5 years ago - 1 comment
Labels: enhancement

#19 - Benchmark hybrid immutable array of ImHashMaps

Issue - State: closed - Opened by dadhi over 5 years ago - 1 comment

#19 - Benchmark hybrid immutable array of ImHashMaps

Issue - State: closed - Opened by dadhi over 5 years ago - 1 comment

#18 - Benchmark vs F# sum types

Issue - State: closed - Opened by dadhi over 5 years ago - 3 comments
Labels: performance

#17 - SOA for the Discriminated Union

Issue - State: closed - Opened by dadhi over 5 years ago - 1 comment
Labels: enhancement

#16 - Add Roslyn switch analyzer for sum types

Issue - State: closed - Opened by dadhi over 5 years ago - 2 comments
Labels: enhancement, help wanted

#15 - Make a struct Enumerator and benchmark

Issue - State: closed - Opened by dadhi over 5 years ago - 2 comments

#15 - Make a struct Enumerator and benchmark

Issue - State: closed - Opened by dadhi over 5 years ago - 2 comments

#14 - Setup CI

Issue - State: closed - Opened by dadhi over 5 years ago - 1 comment
Labels: enhancement

#13 - Upgrade build system to .NET Core

Issue - State: closed - Opened by dzmitry-lahoda almost 6 years ago - 1 comment
Labels: enhancement

#13 - Upgrade build system to .NET Core

Issue - State: closed - Opened by dzmitry-lahoda almost 6 years ago - 1 comment
Labels: enhancement

#12 - Optimize Im(Hash)Map memory and performance

Issue - State: closed - Opened by dadhi almost 6 years ago - 1 comment
Labels: enhancement

#11 - Project icon

Issue - State: open - Opened by dadhi about 6 years ago - 1 comment
Labels: enhancement, help wanted

#10 - Consider renaming KV into KeyValue.

Issue - State: closed - Opened by dzmitry-lahoda over 6 years ago - 1 comment

#8 - Review of public Ref(external count, Thread.Yield, error return)

Issue - State: open - Opened by dzmitry-lahoda over 6 years ago - 4 comments

#7 - Add sum-types

Issue - State: closed - Opened by dadhi over 6 years ago - 6 comments

#6 - Minimal useful fast Object Pool

Issue - State: closed - Opened by dadhi over 6 years ago - 3 comments
Labels: enhancement

#5 - Try new .Net Core 2.1 PopCount() intrinsic for HAMT implementation

Issue - State: open - Opened by dadhi over 6 years ago - 9 comments
Labels: help wanted, experiment

#5 - Try new .Net Core 2.1 PopCount() intrinsic for HAMT implementation

Issue - State: open - Opened by dadhi over 6 years ago - 9 comments
Labels: help wanted, experiment

#4 - Add useful minimal Functional Lenses implementation

Issue - State: closed - Opened by dadhi over 6 years ago - 4 comments
Labels: enhancement, help wanted, wontfix

#3 - Test ref local with Concurrent HashMap

Issue - State: closed - Opened by dadhi almost 7 years ago - 2 comments
Labels: experiment

#3 - Test ref local with Concurrent HashMap

Issue - State: closed - Opened by dadhi almost 7 years ago - 2 comments
Labels: experiment

#2 - Concurrent HashMap

Issue - State: closed - Opened by dadhi over 7 years ago - 4 comments
Labels: enhancement

#1 - Add faster Linq alternatives for arrays

Issue - State: closed - Opened by dadhi over 7 years ago - 1 comment