Skip to content

Commit 811e580

Browse files
committed
too many files in a folder remark
1 parent c4ca3a9 commit 811e580

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_blogposts/2025-11-11-introducing-rewatch.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ Think of it like organizing a library. The old approach was like having books sc
256256

257257
The small cost of copying files upfront is paid back many times over through faster compilation.
258258

259+
Note that filesystems can struggle when there are too many files in a single directory. Since ReWatch controls the output layout, it can transparently shard files into subdirectories as a future optimization if needed, without any changes required from users.
260+
259261
### Wave-Based Parallel Compilation
260262

261263
ReWatch organizes compilation into waves based on dependency order. Think of it like an assembly line where some stations can run in parallel while others must wait for earlier stations to complete.

0 commit comments

Comments
 (0)