cometkim / unicode-segmenter

A lightweight and fast, pure JavaScript library for Unicode segmentation
MIT License
37 stars 0 forks source link

Benchmark perf on Hermes engine #46

Closed cometkim closed 2 weeks ago

cometkim commented 4 weeks ago

Since Hermes doesn't support Intl.Segmenter yet. React Native is probably one of the places where unicode-segmenter is most needed.

I should check if it is competitive with the Hermes engine.