babel/babel-loader

[feature request] Split cache files into subfolders to reduce number of files in a single folder

Aperta

#558 aperta il 30 dic 2017

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (482 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (4777 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

I'm submitting a feature request

Current behavior:

Currently all outputs are stored into a single cache directory. On large projects and certain hardware this might have a negative impact on performances.

Expected/desired behavior:

Something that might remedy the situation is to write into subfolders that contain the first two characters of the key used for storing and use these for reading the cached output.

Guida contributor