---
title: "Scandir Rs"
url: https://daily.dev/posts/scandir-rs-2funvt2p3
source_url: https://brmmm3.github.io/2026/06/01/scandir-rs
type: article
source: "Planet Python"
published: 2026-06-01T07:46:25.215Z
updated: 2026-06-01T07:46:46.244Z
tags: ["python", "performance", "rust"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Scandir Rs

**[Planet Python](https://daily.dev/sources/planetpython)** · 3 min read · 0 upvotes · 0 comments

## Summary

scandir-rs is a Rust-powered Python library that replaces os.walk() and os.scandir() with dramatically faster directory traversal — up to 13× faster on Linux and 70× faster on Windows. Version 2.9.9 adds Python 3.13/3.14 support, ARM64 macOS, Linux PPC64/S390, SSE builds for older CPUs, a follow_links argument, and changes skip_hidden to false by default. The library also provides richer metadata including hardlink detection, extended file type classification, error collection without interrupting traversal, and background async scanning.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://brmmm3.github.io/2026/06/01/scandir-rs>

---

Tags: [#python](https://daily.dev/tags/python), [#performance](https://daily.dev/tags/performance), [#rust](https://daily.dev/tags/rust)

[View this post on daily.dev](https://daily.dev/posts/scandir-rs-2funvt2p3)
