Closed jingkaimori closed 8 months ago
Optimize comparison of two string by dictionary order. After this work, performance of large string comparison is improved twice, however short one is not improved.
compare string
compare larger string
Optimize comparison of two string by dictionary order. After this work, performance of large string comparison is improved twice, however short one is not improved.
Performance
Before
compare string
compare larger string
After
compare string
compare larger string