Karol Kosek
ee17614e34
Assistant: Move score calculation logic to separate function
2021-10-25 13:00:32 +02:00
Karol Kosek
5ddd1555bc
Assistant: Make strings const referenced
...
Found by clazy.
2021-10-25 13:00:32 +02:00
Brian Gianforcaro
ea2d68d14b
Assistant: Zero initialize fuzzy match array
...
SonarCloud flagged the read of the matches array as a potential garbage
read. I don't believe the case it flagged was possible to reach due to
how the code is structured, however we should really just be zero
initializing these stack arrays.
2021-09-28 10:58:09 +02:00
Yuval Tasher
b08383c48d
Assistant: Compare two chars instead of StringViews of length 1
2021-07-07 15:58:57 +02:00
Andreas Kling
801f74362e
Assistant: Use StringView more in FileProvider fuzzy matching code
...
By not allocating new String objects, the fuzzy matcher becomes a lot
faster and more responsive while typing. :^)
2021-07-03 20:03:53 +02:00
Spencer Dixon
66c13edb98
Userland: Add new app called Assistant
...
'Assistant' is similar to macOS spotlight where you can quickly open a
text input, start typing, and hit 'enter' to launch apps or open
directories.
2021-06-28 16:29:02 +02:00