Skip to content

v1.1.1 - More Perf updates

Compare
Choose a tag to compare
@AngelMunoz AngelMunoz released this 03 Feb 19:13
· 10 commits to main since this release

This Point release is mainly about a little bit more of performance updates.

we've tried to reduce the amount of copying new node instances thanks to the linked-list work we've added in the previous version.
Rather than returning new instances or performing the update-copy procedure where it was redundant this time we've tried to work with the existing node.

Full Changelog: v1.1.0...v1.1.1