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
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
v4.0.0 Major feature release
Breaking changes:
ImMap<V>
type is replaced byImHashMap<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
Closed issues
ToMermaidString
methodThis discussion was created from the release v4.0.0 Major release.
Beta Was this translation helpful? Give feedback.
All reactions