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

How to solve Too slow translating for too many unicodes ? #3

Open
BoumBam opened this issue Jul 26, 2020 · 0 comments
Open

How to solve Too slow translating for too many unicodes ? #3

BoumBam opened this issue Jul 26, 2020 · 0 comments

Comments

@BoumBam
Copy link

BoumBam commented Jul 26, 2020

Hello, I'm using that library to convert unicod to joypixel image.
I have the following text and your library take more than 6 secondes to translate these unicodes to joypixel image.
😍😉😅 good and niceTake a 😅string containing both native unicode😍😉😅 emoji and shortnames, and translate 😍😉😅 it into JoyPixels images for display in a spannable string. An imageSize parameter is used to set the size of the emoji images within the 😍😉 spannable string. A callback is made when all 😅 emoji have been retrieved from 😍😉😅

It takes less than 1 seconde to translate the unicode below to joypixel image.
good and niceTake astring containing both native unicode😍emoji and shortnames, and translate it into JoyPixels images for display in a spannable string. An imageSize parameter is used to set the size of the emoji images within the spannable string. A callback is made when all emoji have been retrieved from the imagePathPNG CDN

How to make the translating faster when the text content too many unicode ?

I'm using 4G on samsung API 21.

With hope you answer.

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

1 participant