rime / librime

Rime Input Method Engine, the core library
https://rime.im
BSD 3-Clause "New" or "Revised" License
3.36k stars 550 forks source link

Optimize user dictionary lookup performance #940

Closed ksqsf closed 1 week ago

ksqsf commented 1 week ago

Essentially adding a cache for table_->GetSyllableById.

Before:

CleanShot 2024-09-28 at 22 42 29@2x

After:

CleanShot 2024-09-28 at 22 43 04@2x