Skip to content

Commit d36e6af

Browse files
Update blog/2024-12-05-boa-release-020/index.mdx
Co-authored-by: raskad <[email protected]>
1 parent 6de06c6 commit d36e6af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

blog/2024-12-05-boa-release-020/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,11 @@ Thanks to the work from [@CrazyboyQCD](https://github.com/CrazyboyQCD) we have i
142142

143143
### String optimizations
144144

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).
146150

147151
### Lazy loading of ICU data
148152

0 commit comments

Comments
 (0)