1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 20:41:00 +00:00
serenity/Userland/Applications/Assistant
Andreas Kling 4fce72a967 Assistant: Use fstatat() while building FileProvider path cache
Using fstatat() allows the kernel to do relative path resolution as
opposed to absolute path resolution, which is significantly faster
and allows us to build the path cache sooner. :^)
2021-07-03 20:03:53 +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: Convert all Vector<NonnullRefPtr> to NonnullRefPtrVector 2021-07-03 15:41:35 +02:00
Providers.cpp Assistant: Use fstatat() while building FileProvider path cache 2021-07-03 20:03:53 +02:00
Providers.h Assistant: Make Result bitmaps virtual/lazy 2021-07-03 20:03:53 +02:00