mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
Using split() creates a new String object for each of the split tokens. Use split_view() instead to avoid these unnecessary heap allocations.
10 KiB
10 KiB