facebookresearch / svoice
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 19 files with 1,717 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (210 lines of codeclsfd_ftr_w_mp_ins)
    • 6 small files (931 lines of code)
    • 12 very small files (576 lines of code)
0% | 0% | 12% | 54% | 33%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 0% | 12% | 57% | 29%
yaml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
svoice/models0% | 0% | 77% | 0% | 22%
svoice0% | 0% | 0% | 74% | 25%
scripts0% | 0% | 0% | 100% | 0%
svoice/data0% | 0% | 0% | 50% | 49%
ROOT0% | 0% | 0% | 0% | 100%
conf0% | 0% | 0% | 0% | 100%
conf/dset0% | 0% | 0% | 0% | 100%
Longest Files (Top 19)
File# lines# units
swave.py
in svoice/models
210 17
make_dataset.py
in scripts
195 10
solver.py
in svoice
162 5
utils.py
in svoice
159 18
evaluate.py
in svoice
145 7
evaluate_auto_select.py
in svoice
144 3
data.py
in svoice/data
126 14
separate.py
in svoice
95 4
train.py
in root
88 3
config.yaml
in conf
87 -
audio.py
in svoice/data
66 4
executor.py
in svoice
63 5
sisnr_loss.py
in svoice/models
60 4
preprocess.py
in svoice/data
58 3
distrib.py
in svoice
51 5
debug.yaml
in conf/dset
5 -
__init__.py
in svoice
1 -
__init__.py
in svoice/models
1 -
__init__.py
in svoice/data
1 -
Files With Most Units (Top 14)
File# lines# units
utils.py
in svoice
159 18
swave.py
in svoice/models
210 17
data.py
in svoice/data
126 14
make_dataset.py
in scripts
195 10
evaluate.py
in svoice
145 7
distrib.py
in svoice
51 5
solver.py
in svoice
162 5
executor.py
in svoice
63 5
separate.py
in svoice
95 4
sisnr_loss.py
in svoice/models
60 4
audio.py
in svoice/data
66 4
evaluate_auto_select.py
in svoice
144 3
preprocess.py
in svoice/data
58 3
train.py
in root
88 3
Files With Long Lines (Top 2)

There are 2 files with lines longer than 120 characters. In total, there are 3 long lines.

File# lines# units# long lines
make_dataset.py
in scripts
195 10 2
swave.py
in svoice/models
210 17 1