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 have tested collator itself and it takes some time to sort 3000 items - I want use pyuca in interactive application/web:
raw_keyword_idea.py:35() -> 3332 0.010 1.048 collator.py:102(sort_key)
1 0.008 1.061 {sorted}
collator.py:102(sort_key) -> 3332 0.267 0.744 collator.py:57(collation_elements)
3332 0.237 0.291 collator.py:88(sort_key_from_collation_elements) 3332 0.003 0.003 {unicodedata.normalize}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have tested collator itself and it takes some time to sort 3000 items - I want use pyuca in interactive application/web:
raw_keyword_idea.py:35() -> 3332 0.010 1.048 collator.py:102(sort_key)
collator.py:102(sort_key) -> 3332 0.267 0.744 collator.py:57(collation_elements)
The text was updated successfully, but these errors were encountered: