awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesDevice-Aware I/O Scheduling

Adjusting concurrency and thread-pool sizes based on the hardware characteristics of the storage device.

Distinguishing note: Candidates focus on GC or polling, not on adapting concurrency based on SSD vs HDD hardware.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Device-Aware I/O Scheduling. Refine with filters or upvote what's useful.

Awesome Device-Aware I/O Scheduling GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pkolaczk/fclonespkolaczk 的头像

    pkolaczk/fclones

    2,633在 GitHub 上查看↗

    fclones is a command-line tool designed to locate identical files across a filesystem by comparing file sizes and cryptographic hashes. It functions as a parallel filesystem scanner and a deduplication utility that identifies duplicate files to reclaim disk space. The tool distinguishes itself through a persistent hash cache system that stores hashes and metadata on disk to accelerate repeated scans. It employs a multi-phase scanning process and device-aware parallel I/O, which adjusts thread pools based on whether the storage is an SSD or HDD to maximize throughput. Beyond discovery, the pr

    Adjusts thread-pool sizes and I/O concurrency based on storage device type to maximize throughput.

    Rust
    在 GitHub 上查看↗2,633
  1. Home
  2. Operating Systems & Systems Programming
  3. Device-Aware I/O Scheduling