Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 20:13
· 19 commits to main since this release
5bda67c

Patch Changes

  • f2018ed: Optimize grapheme segmenter.

    By eliminating unnecessary string concatenation, it significantly improved performance when creating large segments. (e.g. Demonic, Hindi, Flags, Skin tones)
    Also reduced the memory footprint by internal segment buffer.

  • fa9d58e: Optimize grapheme cluster boundary checking.