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
And maybe also u8-to-u16.
Get inspired by https://github.com/BobSteagall/utf_utils/blob/master/src/utf_utils.cpp#L1126 to see how he has been doing that.
Non-supported platforms should automatically fall back to the classical algorithm.
Then test if (and if: then how much) the performance gain will be on contour throughout benchmarks.
The text was updated successfully, but these errors were encountered:
Just for a record: benchmarks are in my ToDos (using very nice https://github.com/martinus/nanobench).
Sorry, something went wrong.
No branches or pull requests
And maybe also u8-to-u16.
Get inspired by https://github.com/BobSteagall/utf_utils/blob/master/src/utf_utils.cpp#L1126 to see how he has been doing that.
Non-supported platforms should automatically fall back to the classical algorithm.
Then test if (and if: then how much) the performance gain will be on contour throughout benchmarks.
The text was updated successfully, but these errors were encountered: