ZDDC/classifier/js
ZDDC 05fc3b69dd perf(classifier): raise scan concurrency 16 -> 32
The scan is I/O-bound on cloud-sync / network mounts (OneDrive, Samba) where
each directory read is a high-latency round-trip. More in-flight reads hide
that latency on the many-folders case. (A single large folder is still
enumerated one entry at a time by the File System Access API and can't be
parallelized.)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 14:08:54 -05:00
..
app.js feat(classifier): copy-out with duplicate detection + map restore (phase 5) 2026-06-09 12:37:44 -05:00
classify.js feat(classifier): left-tree markers, exclude, cross-tree find (phase 4) 2026-06-09 12:32:42 -05:00
copy.js feat(classifier): copy-out with duplicate detection + map restore (phase 5) 2026-06-09 12:37:44 -05:00
dnd.js feat(classifier): drag-and-drop assignment (phase 3) 2026-06-09 12:23:38 -05:00
excel.js feat(shared): non-blocking toast helper available to every tool 2026-05-09 19:04:41 -05:00
filter.js Initial commit 2026-04-27 11:05:47 -05:00
persist.js feat(classifier): Classify & Copy state model + persistence (phase 1) 2026-06-09 12:11:04 -05:00
preview.js feat(shared): bake xlsx + utif + jszip + docx-preview into every tool 2026-05-10 15:09:38 -05:00
resize.js Initial commit 2026-04-27 11:05:47 -05:00
scanner.js perf(classifier): raise scan concurrency 16 -> 32 2026-06-09 14:08:54 -05:00
selection.js Initial commit 2026-04-27 11:05:47 -05:00
sort.js Initial commit 2026-04-27 11:05:47 -05:00
spreadsheet.js fix(classifier): drop vestigial Save-All delays that masked a fixed await bug 2026-05-21 17:07:28 -05:00
store.js Initial commit 2026-04-27 11:05:47 -05:00
target-tree.js feat(classifier): copy-out with duplicate detection + map restore (phase 5) 2026-06-09 12:37:44 -05:00
tree.js feat(classifier): left-tree markers, exclude, cross-tree find (phase 4) 2026-06-09 12:32:42 -05:00
utils.js Initial commit 2026-04-27 11:05:47 -05:00
validator.js Initial commit 2026-04-27 11:05:47 -05:00