Skip to content

Choose a tag to compare

@github-actions github-actions released this 12 Dec 20:59
· 11 commits to main since this release
c06976d

Patch Changes

  • b7a6e12: Optimizing grapheme break category lookup for better runtime trade-offs.

    See issue for the explanation.

    With this change, the library's constant memory footprint is reduced from 64 KB to 14 KB without performance regressions.
    However, the code size increases slightly due to inlining. It's still relatively small.