truename-cache 
- Description
- Efficiently de-dup file-names
- Latest
- truename-cache-0.3.5.tar (.sig), 2026-Feb-28, 90.0 KiB
- Maintainer
- Martin Edström <meedstrom91@gmail.com>
- Website
- https://github.com/meedstrom/truename-cache
- Browse ELPA's repository
- CGit or Gitweb
- All Dependencies
- compat (.tar)
- Badge
- Manual
- truename-cache
To install this package from Emacs, use package-install or list-packages.
Full description
This library provides two things: 1. A caching alternative to `file-truename'. See docstring of `truename-cache-get'. 2. An alternative to `directory-files-recursively' that pre-populates said cache and returns truenames while minimizing calls to `file-truename'. See docstring of `truename-cache-collect-files-and-attributes'.