Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 20388c2e authored by Isaac_Chen's avatar Isaac_Chen Committed by Niedermann IT-Dienstleistungen
Browse files

Bug fix: 769. The main reason is that the complexity of countOccurrences is...

Bug fix: 769. The main reason is that the complexity of countOccurrences is O(mn^2), which is too large. So that the main thread may be frozen for a long time. We use a O(m+n) implementation
parent 8cdf4263
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment