-
Notifications
You must be signed in to change notification settings - Fork 5
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
Performance comparisons? #7
Comments
No, I have not compared...
…On Thu, Aug 10, 2017, 04:39 arximboldi ***@***.***> wrote:
Hi!
I am considering using this library vs Boost.Locale. Do you have any
benchmarks comparing the two? I am in particular interested in grapheme
cluster iteration. My use-case is a text-editor:
https://github.com/arximboldi/ewig. I am using UTF-32 now for simplicity
but this wastes memory and is not really correct without normalized
graphemes, so I would like to adopt some proper UTF-8 handling.
Cheers!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAE9K9HtPWtxlF-9xshAvC3O1Xnazy46ks5sWrOjgaJpZM4OzDhn>
.
|
Note that Boost.locale uses icu under the hood, so if you're not using
utf16 you will be constantly paying the conversion cost.
…On Thu, Aug 10, 2017, 07:04 Daniel Ruoso ***@***.***> wrote:
No, I have not compared...
On Thu, Aug 10, 2017, 04:39 arximboldi ***@***.***> wrote:
> Hi!
>
> I am considering using this library vs Boost.Locale. Do you have any
> benchmarks comparing the two? I am in particular interested in grapheme
> cluster iteration. My use-case is a text-editor:
> https://github.com/arximboldi/ewig. I am using UTF-32 now for simplicity
> but this wastes memory and is not really correct without normalized
> graphemes, so I would like to adopt some proper UTF-8 handling.
>
> Cheers!
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#7>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAE9K9HtPWtxlF-9xshAvC3O1Xnazy46ks5sWrOjgaJpZM4OzDhn>
> .
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I am considering using this library vs Boost.Locale. Do you have any benchmarks comparing the two? I am in particular interested in grapheme cluster iteration. My use-case is a text-editor: https://github.com/arximboldi/ewig. I am using UTF-32 now for simplicity but this wastes memory and is not really correct without normalized graphemes, so I would like to adopt some proper UTF-8 handling.
Cheers!
The text was updated successfully, but these errors were encountered: