Skip to content

Figure out how Hangul NFD to NFC normalization can be made faster #6860

@hsivonen

Description

@hsivonen

The Hangul composition operation is just math and doesn't involve a data structure lookup. Yet, it's slow compared to ICU4C. I suspect it's because there's a loop jump between each composable character pair and because we don't have a dedicated Hangul-oriented fast loop over the input buffer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-performanceArea: Performance (CPU, Memory)C-collatorComponent: Collation, normalization

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions