Skip to content

Faster UnicodeTrie startup time - #73

Merged
toptensoftware merged 1 commit into
toptensoftware:mainfrom
Vercidium:main
Aug 21, 2023
Merged

Faster UnicodeTrie startup time#73
toptensoftware merged 1 commit into
toptensoftware:mainfrom
Vercidium:main

Conversation

@Vercidium

Copy link
Copy Markdown
Contributor

This change loads the UnicodeTrie stream in one go, rather than one int at a time.

@Gillibald

Copy link
Copy Markdown

Related to this change I suggest to change the trie implementation to use a code generator to be able to directly access a memory blob. https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Base/Media/TextFormatting/Unicode/BiDi.trie.cs

@toptensoftware
toptensoftware merged commit d7ab3d7 into toptensoftware:mainAug 21, 2023
Sign up for freeto 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.

3 participants

@Vercidium@Gillibald@toptensoftware