facebookresearch / protein-ebm
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 14 files with 3,114 lines of code.
    • 0 very long files (0 lines of code)
    • 3 long files (1,805 lines of code)
    • 1 medium size files (342 lines of codeclsfd_ftr_w_mp_ins)
    • 5 small files (806 lines of code)
    • 5 very small files (161 lines of code)
0% | 57% | 10% | 25% | 5%
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% | 57% | 10% | 25% | 5%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ROOT0% | 61% | 11% | 23% | 3%
scripts0% | 0% | 0% | 73% | 26%
Longest Files (Top 14)
File# lines# units
mmcif_utils.py
in root
670 33
vis_sandbox.py
in root
612 8
train.py
in root
523 8
data.py
in root
342 5
torch_geometric_utils.py
in root
193 17
models.py
in root
183 13
constants.py
in root
177 -
amino_acid_config.py
in root
129 -
extract_saliency.py
in scripts
124 4
generate_colormap_saliency.py
in scripts
45 4
math_utils.py
in root
42 2
utils.py
in root
40 1
tensorboard.py
in root
32 3
config.py
in root
2 -
Files With Most Units (Top 11)
File# lines# units
mmcif_utils.py
in root
670 33
torch_geometric_utils.py
in root
193 17
models.py
in root
183 13
train.py
in root
523 8
vis_sandbox.py
in root
612 8
data.py
in root
342 5
generate_colormap_saliency.py
in scripts
45 4
extract_saliency.py
in scripts
124 4
tensorboard.py
in root
32 3
math_utils.py
in root
42 2
utils.py
in root
40 1
Files With Long Lines (Top 1)

There is only one file with lines longer than 120 characters. In total, there is only one long line.

File# lines# units# long lines
vis_sandbox.py
in root
612 8 1