walkdir VS loggedfs

Compare walkdir vs loggedfs and see what are their differences.

walkdir

Rust library for walking directories recursively. (by BurntSushi)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
walkdir loggedfs
5 2
1,179 110
- -
4.3 0.0
16 days ago over 1 year ago
Rust C++
The Unlicense Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

walkdir

Posts with mentions or reviews of walkdir. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-21.
  • Project idea: port markdownlint to Rust
    9 projects | /r/rust | 21 Apr 2023
    https://github.com/BurntSushi/walkdir for discovering markdown files
  • Blazingly fast file search library built in Rust 🔥
    6 projects | /r/rust | 29 Oct 2022
    The API looks really nice! What is your vision for the project? How is it going to compare to (walkdir)[https://github.com/BurntSushi/walkdir] performance and feature-wise?
  • Git ls-files is Faster Than Fd and Find
    4 projects | news.ycombinator.com | 21 Nov 2021
    > I believe that GNU find is slow because it is specifically written to allow arbitrary filesystem depth as opposed to "open file descriptor limit-limited depth".

    I haven't benchmarked find specifically, but I believe the most common Rust library for the purpose, walkdir[1], also allows arbitrary file system recursion depth, and is extremely fast. It was fairly close to some "naive" limited depth code I wrote in C for the same purpose.

    I'd be curious to see benchmarks of whether this actually makes a difference.

    [1] https://github.com/BurntSushi/walkdir

  • Your favorite Rust CLI utility? I have my top 10 below.
    24 projects | /r/rust | 5 Aug 2021
    It relies pretty heavily on the walkdir library from burntsushi so kudos to them!
  • Rust, musl and glibc in 2021
    1 project | /r/rust | 10 Jul 2021
    Although, I don't think FileType is the only problem. There's also Metadata, which I also had to re-roll: https://github.com/BurntSushi/walkdir/blob/1d7293a5a1ef548ce587a0b08abce5f21571a100/src/os/unix/stat.rs

loggedfs

Posts with mentions or reviews of loggedfs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-21.
  • What are the linux-audit and strace equivalents of the loggedfs file system monitoring commands?
    1 project | /r/unix | 11 May 2022
    Loggedfs is a userspace tool for monitoring file system access in a directory and after trying I realized that it impacts performance too much even though it doesn't require root permissions.
  • Git ls-files is Faster Than Fd and Find
    4 projects | news.ycombinator.com | 21 Nov 2021
    I'm absolutely not an expert, but I feel like log-structured filesystems (https://en.wikipedia.org/wiki/Log-structured_file_system) are a natural fit for this kind of things: an index "just" has to read the latest written entries.

    But if we're talking about the future, we're probably talking about btrfs and zfs, both of which have the internal machinery to give you a feed of "recently changed files" up to the beginning of the filesystem.

    While writing this answer I stumbled upon https://github.com/rflament/loggedfs which is probably a very nice solution to this problem.

What are some alternatives?

When comparing walkdir and loggedfs you can also consider the following projects:

parallel-disk-usage - Highly parallelized, blazing fast directory tree analyzer

cligen - Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at

zenith - Zenith - sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage

securefs - Filesystem in userspace (FUSE) with transparent authenticated encryption

cryfs - Cryptographic filesystem for the cloud

tools

mergerfs - a featureful union filesystem

hexyl - A command-line hex viewer

walk - Plan 9 style utilities to replace find(1)

s3fs-fuse - FUSE-based file system backed by Amazon S3