1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00
serenity/Userland/Applications/Assistant
Andreas Kling c06f72c264 Assistant: Don't index the /proc and /sys directories
Roughly 20% of indexing time in a fresh install was spent on traversing
these kernel-generated directories. Let's just not. :^)
2021-07-03 22:14:09 +02:00
..
CMakeLists.txt Userland: Add new app called Assistant 2021-06-28 16:29:02 +02:00
FuzzyMatch.cpp Assistant: Use StringView more in FileProvider fuzzy matching code 2021-07-03 20:03:53 +02:00
FuzzyMatch.h Userland: Add new app called Assistant 2021-06-28 16:29:02 +02:00
main.cpp Assistant: Keep the set of providers in a Vector for easy iteration 2021-07-03 22:14:09 +02:00
Providers.cpp Assistant: Don't index the /proc and /sys directories 2021-07-03 22:14:09 +02:00
Providers.h Assistant: Keep the set of providers in a Vector for easy iteration 2021-07-03 22:14:09 +02:00