Skip to content

Commit

Permalink
Update blog/2024-12-05-boa-release-020/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: raskad <[email protected]>
  • Loading branch information
jasonwilliams and raskad authored Dec 4, 2024
1 parent 6de06c6 commit d36e6af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion blog/2024-12-05-boa-release-020/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d36e6af

Please sign in to comment.