Unclaimed project
Are you a maintainer of immer? Claim this project to take control of your public changelog and roadmap.
Changelog
Create the next immutable state by mutating the current one
Last updated about 14 hours ago
enable loose iteration by default
Simplify some iteration checks
Allow passing type to get/set utils to skip archetype lookup
Convert assigned_ to Map
Enable loose iteration
Replace recursive tree finalization with targeted callbacks
Ported Mutative's "finalization callback" approach as a more targeted and performant implementation for finalization compared to the existing recursive tree traversal approach: