Remove macOS GNU sed (#2770) This was only used for the --unbuffered flag.
Recent Commits to s3fs-fuse:master (3)
-
Remove macOS GNU sed (#2770)
-
Upgrade CI to Alpine 3.23 (#2769)
Upgrade CI to Alpine 3.23 (#2769)
-
Micro-optimize copies, compares, and logging (#2768)
Micro-optimize copies, compares, and logging (#2768) Logging should eagerly evaluate the log level to avoid unnecessary calls to parameters like calls to STR_OBJTYPE. These contributed to slow Valgrind test run-times.
-
Use more efficient line-buffered awk (#2766)
Use more efficient line-buffered awk (#2766) sed --unbuffered reads character-by-character. This saves 3 seconds of CPU time per test flag.
-
Simplify shellcheck target (#2767)
Simplify shellcheck target (#2767)
-
Do not honor -o nonempty when compiled with FUSE 3 (#2765)
Do not honor -o nonempty when compiled with FUSE 3 (#2765) Fixes #2760.