From 21c7d5132f0d633c5196a3e662e36cd0f628bacd Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 7 Nov 2017 10:20:17 +0100 Subject: Remove multithreading from TODO This now has multithreading so it can be removed from the TODO. --- ALGORITHM.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ALGORITHM.md') diff --git a/ALGORITHM.md b/ALGORITHM.md index 9bb4e56..b307a62 100644 --- a/ALGORITHM.md +++ b/ALGORITHM.md @@ -150,11 +150,6 @@ lower scoring but shorter match is what is measured. # Possible fzy Algorithm Improvements -## Multithreading - -Currently a single thread is used for finding matches. Using multiple threads -would likely be faster, but require some additional complexity. - ## Case sensitivity fzy currently treats all searches as case-insensitive. However, scoring prefers -- cgit v1.2.3