Remix.run Logo
huhtenberg 3 days ago

> a simple, fast ... tool

What does "fast" mean here? Fast compared to what?

catatsuy 2 days ago | parent [-]

By fast I mean two things:

Files are hashed in parallel, so large sets can be processed quickly.

On repeated runs, unchanged files skip hashing with a default 90% probability using a cache. This keeps checks lightweight even at scale