bluesky-social / atproto

Social networking technology created by Bluesky
Other
5.77k stars 406 forks source link

replace graphemer by unicode-segmenter #2563

Open cometkim opened 3 weeks ago

cometkim commented 3 weeks ago

I made a Unicode library that is much smaller and faster than graphemer. Check it out: https://github.com/cometkim/unicode-segmenter?tab=readme-ov-file#unicode-segmentergrapheme-vs

It ensures compliance with the latest Unicode data by performing tests and fuzzing against the Intl.Segmenter API.