We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Is there any benchmark to indicate that this is faster than what we have now?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: