A Haskell interface to simdutf
Why do you want to use this?
- The
text
library optionally usessimdutf
, but it is disabled for GHC binary releases (see GHC issue #20724). - Fallback implementations in both
text
andbytestring
are broken (see haskell/text#540 and haskell/bytestring#620).