From d36e6af913ab26dafbb66cc4994d5dd54e94f36f Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:12:34 +0000 Subject: [PATCH] Update blog/2024-12-05-boa-release-020/index.mdx Co-authored-by: raskad <32105367+raskad@users.noreply.github.com> --- blog/2024-12-05-boa-release-020/index.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/blog/2024-12-05-boa-release-020/index.mdx b/blog/2024-12-05-boa-release-020/index.mdx index 9ecc4fe..2295a00 100644 --- a/blog/2024-12-05-boa-release-020/index.mdx +++ b/blog/2024-12-05-boa-release-020/index.mdx @@ -142,7 +142,11 @@ Thanks to the work from [@CrazyboyQCD](https://github.com/CrazyboyQCD) we have i ### String optimizations -https://github.com/boa-dev/boa/pull/3935 and https://github.com/boa-dev/boa/pull/4030 +Our string representation was refactored by [@CrazyboyQCD](https://github.com/CrazyboyQCD). +Thanks to the changes, string literals can now be created without heap allocations. +Building on these changes, [@CrazyboyQCD](https://github.com/CrazyboyQCD) also adjusted all places in our crates where this new capability could be applied. + +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). ### Lazy loading of ICU data