mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-26 10:24:50 +00:00
Instead of iterating through the needle being searched one byte at a time (like an ascii string), we calculate its unicode code points first and then iterate through those.