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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@
63
63
-[Chunk](#chunk)
64
64
-[Builder](#builder)
65
65
-[Changelog](#changelog)
66
+
-[v1.9.0](#v190)
66
67
-[v1.8.0](#v180)
67
68
-[v1.7.0](#v170)
68
69
-[v1.6.0](#v160)
@@ -1565,6 +1566,11 @@ builder_mt:destruction_policy :: id -> builder
1565
1566
1566
1567
## Changelog
1567
1568
1569
+
### v1.9.0
1570
+
1571
+
- Performance improvements of the [`evolved.destroy`](#evolveddestroy) and [`evolved.batch_destroy`](#evolvedbatch_destroy) functions
1572
+
- Ensured deterministic chunk ordering to improve processing consistency across runs
1573
+
1568
1574
### v1.8.0
1569
1575
1570
1576
- Added the new [`evolved.REALLOC`](#evolvedrealloc) and [`evolved.COMPMOVE`](#evolvedcompmove) fragment traits that allow customizing component storages
0 commit comments