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
The idea is for the small map we don't need to iterate on nodes and waste the memory but rather sort the input items and map them to the concrete ImMap representation right away. It will be big win for the small maps.
dadhi
changed the title
Add the ImMap and ImHashMap creation methods to accept the array of items and immediately build the final form of the map
Add the ImHashMap creation methods to accept the array of items and immediately build the final form of the map
May 24, 2022
The idea is for the small map we don't need to iterate on nodes and waste the memory but rather sort the input items and map them to the concrete ImMap representation right away. It will be big win for the small maps.
Somehow related to #41
The text was updated successfully, but these errors were encountered: