fish-shell/fish-rust
Fabian Boehm 9d1c0da773 path: Reduce syscalls for special permissions
This

1. Skips access() if we only have "special" permissions like the owner
that need stat
2. Does the geteuid()/getegid() *once* outside of filter_path, if we
need it

In the extreme case of `path filter --perm user,group` it will remove
3 syscalls per file.
2023-11-24 17:05:08 +01:00
..
src path: Reduce syscalls for special permissions 2023-11-24 17:05:08 +01:00
widestring-suffix Move edition and MSRV to workspace 2023-08-19 15:18:38 +02:00
build.rs Remove some environment and null_terminated_array ffi bits 2023-11-18 11:12:25 -08:00