Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Flexible and Economical UTF-8 Decoder #87

Open
nicolaichuk opened this issue Oct 3, 2016 · 1 comment
Open

Use Flexible and Economical UTF-8 Decoder #87

nicolaichuk opened this issue Oct 3, 2016 · 1 comment

Comments

@nicolaichuk
Copy link

I find this fast implimentation utf-8 decoder
http://bjoern.hoehrmann.de/utf-8/decoder/dfa/
2008-2010 Bjoern Hoehrmann

What about rewrite implementaion of utf8proc_iterate method?

Also this implementation in Haskell https://github.com/bos/text/blob/master/cbits/cbits.c

@stevengj
Copy link
Member

stevengj commented Oct 4, 2016

Is there any benchmark to indicate that this is faster than what we have now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants