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: blog/2024-12-05-boa-release-020/index.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,11 @@ Thanks to the work from [@CrazyboyQCD](https://github.com/CrazyboyQCD) we have i
142
142
143
143
### String optimizations
144
144
145
-
https://github.com/boa-dev/boa/pull/3935 and https://github.com/boa-dev/boa/pull/4030
145
+
Our string representation was refactored by [@CrazyboyQCD](https://github.com/CrazyboyQCD).
146
+
Thanks to the changes, string literals can now be created without heap allocations.
147
+
Building on these changes, [@CrazyboyQCD](https://github.com/CrazyboyQCD) also adjusted all places in our crates where this new capability could be applied.
148
+
149
+
You can find the details in the relevant PRs [3935](https://github.com/boa-dev/boa/pull/3935) and [4030](https://github.com/boa-dev/boa/pull/4030).
0 commit comments