10 months ago
- lsr is a command-line tool similar to ls but optimized with io_uring.
- Installation requires Zig 0.14.0 and can be done via `zig build` with specific flags.
- Usage includes various display options like `--all`, `--long`, and sorting flags.
- Benchmarks show lsr outperforms other tools like ls, eza, lsd, and busybox in speed and syscall efficiency.
- Performance metrics are provided for different file counts, highlighting lsr's efficiency with io_uring.