chewing / libchewing

libchewing - The intelligent phonetic input method library
https://chewing.im/
GNU Lesser General Public License v2.1
357 stars 89 forks source link

refactor(conv): Keep only the graph search based algorithm #520

Closed kanru closed 2 months ago

kanru commented 2 months ago

The new algorithm is fast enough so we can simplify the code a bit.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.95%. Comparing base (306aca8) to head (7c20537). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #520 +/- ## ========================================== - Coverage 87.96% 87.95% -0.01% ========================================== Files 58 58 Lines 13554 13513 -41 ========================================== - Hits 11923 11886 -37 + Misses 1631 1627 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.