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

Add benchmarking for get_first_emoji #73

Merged
merged 4 commits into from
May 30, 2024
Merged

Conversation

farooqkz
Copy link
Collaborator

No description provided.

@farooqkz farooqkz requested a review from Simon-Laux May 28, 2024 08:20
Comment on lines 15 to 24
let emojies = vec![
"not an emoji",
"\u{3299}\u{3300}",
"🟠",
"",
"🟠y",
"🍏",
"lorem",
"😀",
];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't it make more sense to load in all of the valid emojis? or one of each range and variant, like everything from single character emoji to composite emoji with gender, skin- and hair-colour?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think it makes sense to add more emojies from each range.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine now?

Copy link
Member

@Simon-Laux Simon-Laux May 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bigger composite emoji are still missing, like 👨‍👩‍👧‍👧 and 👸🏾 (grouped/joined emoji & gender + skin tone)

@Simon-Laux Simon-Laux merged commit cd7e7e8 into master May 30, 2024
7 checks passed
@Simon-Laux Simon-Laux deleted the far-add-benchmark-for-emoji branch May 30, 2024 11:19
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

Successfully merging this pull request may close these issues.

2 participants