You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the BuildUnchecked methods for immediate construction of the final structure for small maps.
The idea is to have a method accepting the IEnumerable<KeyValuePair<K, V>> and construct up to a small M number of entries via the dedicated BuildUnchecked method and the rest via normal AddOrUpdate().
dadhi
changed the title
Add the mutable Builder-like capability to the ImMap and ImHashMap
Add a builder-like capability to the ImHashMap via BuildFromDifferent methods
May 23, 2022
dadhi
changed the title
Add a builder-like capability to the ImHashMap via BuildFromDifferent methods
Add a builder-like capability to the ImHashMap via BuildFromDifferent methods
May 23, 2022
The
BuildFromDifferent
is creating the final form of the map without the temporary allocated data structures.The text was updated successfully, but these errors were encountered: