Skip to content

Choose a tag to compare

@github-actions github-actions released this 05 Dec 15:00
· 18 commits to main since this release
ab6ff9b

Patch Changes

  • ac96013: Removed inefficient optimization code from grapheme segmenter.

    The single range cache is barely hit after the entire BMP cache is hit.
    So removed it to reduce code size, and to reduce comparison count.

    Worth occupying 64KB of linear memory for BMP. It should definitely be acceptable, as it still uses less heap memory size than executing graphemer's uncompressed code.