haskell / text

Haskell library for space- and time-efficient operations over Unicode text.

Home Page:http://hackage.haskell.org/package/text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speedups with SIMD

alt-romes opened this issue · comments

I recently came across https://github.com/simdutf/simdutf and was wondering if any of its ideas could be of interest to text and perhaps reused by text

Just throwing it out there for a short discussion.

We can close this issue if it's infeasible or unnecessary/not worth it

Simdutf is used in text: it's right there https://github.com/haskell/text/tree/master/simdutf

Ah! How cool! :-) Thanks

@alt-romes we are likely to be one of the first production users of simdutf, https://github.com/simdutf/simdutf#usage ;)