@@ -254,14 +254,14 @@ Since [Hermes doesn't support the `Intl.Segmenter` API](https://github.com/faceb
254254
255255#### JS Bundle Stats
256256
257- | Name | Unicode® | ESM? | Size | Size (min) | Size (min+gzip) | Size (min+br) |
258- | ------------------------------| ----------| ------| ----------:| -----------:| ----------------:| --------------:|
259- | ` unicode-segmenter/grapheme ` | 16.0.0 | ✔️ | 15,941 | 12,192 | 5,064 | 3,739 |
260- | ` graphemer ` | 15.0.0 | ✖️ ️| 410,435 | 95,104 | 15,752 | 10,660 |
261- | ` grapheme-splitter ` | 10.0.0 | ✖️ | 122,252 | 23,680 | 7,852 | 4,841 |
262- | ` @formatjs/intl-segmenter ` * | 15.0.0 | ✖️ | 603,285 | 369,560 | 72,218 | 49,416 |
263- | ` unicode-segmentation ` * | 16.0.0 | ✔️ | 56,529 | 52,443 | 24,110 | 17,343 |
264- | ` Intl.Segmenter ` * | - | - | 0 | 0 | 0 | 0 |
257+ | Name | Unicode® | ESM? | Size | Size (min) | Size (min+gzip) | Size (min+br) | Size (min+zstd) |
258+ | ------------------------------| ----------| ------| ----------:| -----------:| ----------------:| --------------:| ----------------: |
259+ | ` unicode-segmenter/grapheme ` | 16.0.0 | ✔️ | 15,941 | 12,192 | 5,064 | 3,739 | 4,747 |
260+ | ` graphemer ` | 15.0.0 | ✖️ ️| 410,435 | 95,104 | 15,752 | 10,660 | 15,911 |
261+ | ` grapheme-splitter ` | 10.0.0 | ✖️ | 122,252 | 23,680 | 7,852 | 4,841 | 6,750 |
262+ | ` @formatjs/intl-segmenter ` * | 15.0.0 | ✖️ | 603,285 | 369,560 | 72,218 | 49,416 | 67,975 |
263+ | ` unicode-segmentation ` * | 16.0.0 | ✔️ | 56,529 | 52,443 | 24,110 | 17,343 | 24,377 |
264+ | ` Intl.Segmenter ` * | - | - | 0 | 0 | 0 | 0 | 0 |
265265
266266* ` @formatjs/intl-segmenter ` handles grapheme, word, and sentence, but it's not tree-shakable.
267267* ` unicode-segmentation ` size contains only minimum WASM binary and its bindings to execute benchmarking. It will increases to expose more features.
0 commit comments