facebookresearch / neural-scs
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 25 files with 2,891 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,207 lines of code)
    • 2 medium size files (595 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (602 lines of code)
    • 17 very small files (487 lines of code)
0% | 41% | 20% | 20% | 16%
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% | 44% | 22% | 22% | 10%
yaml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
automl21/scs_neural/solver0% | 63% | 0% | 30% | 5%
automl21/scs_neural/experimentation0% | 96% | 0% | 0% | 3%
automl210% | 0% | 78% | 0% | 21%
automl21/accel0% | 0% | 60% | 0% | 39%
automl21/scs_neural/problem0% | 0% | 0% | 95% | 4%
automl21/scs_neural/utils0% | 0% | 0% | 95% | 4%
automl21/scs_neural/configs0% | 0% | 0% | 0% | 100%
automl21/scs_neural0% | 0% | 0% | 0% | 100%
Longest Files (Top 25)
File# lines# units
neural_scs_batched.py
in automl21/scs_neural/solver
690 41
launcher.py
in automl21/scs_neural/experimentation
517 19
enr.py
in automl21
321 16
neural_rec.py
in automl21/accel
274 15
cone_projection.py
in automl21/scs_neural/solver
175 11
linear_operator.py
in automl21/scs_neural/solver
158 20
problem.py
in automl21/scs_neural/problem
137 18
utils.py
in automl21/scs_neural/utils
132 7
neural_aa.py
in automl21/accel
84 4
enr.yaml
in automl21
69 -
lasso.yaml
in automl21/scs_neural/configs
66 -
lasso_toy.yaml
in automl21/scs_neural/configs
66 -
aa.py
in automl21/accel
42 3
utils.py
in automl21/accel
35 1
neural_lu_solve.py
in automl21/scs_neural/solver
33 4
scs_main.py
in automl21
17 1
__init__.py
in automl21/scs_neural/solver
17 -
base_accel.py
in automl21/accel
14 3
metrics.py
in automl21/scs_neural/experimentation
13 3
__init__.py
in automl21/scs_neural/problem
7 -
solver.py
in automl21/scs_neural/solver
7 2
__init__.py
in automl21/scs_neural/utils
6 -
__init__.py
in automl21/accel
5 -
__init__.py
in automl21/scs_neural/experimentation
4 -
__init__.py
in automl21/scs_neural
2 -
Files With Most Units (Top 16)
File# lines# units
neural_scs_batched.py
in automl21/scs_neural/solver
690 41
linear_operator.py
in automl21/scs_neural/solver
158 20
launcher.py
in automl21/scs_neural/experimentation
517 19
problem.py
in automl21/scs_neural/problem
137 18
enr.py
in automl21
321 16
neural_rec.py
in automl21/accel
274 15
cone_projection.py
in automl21/scs_neural/solver
175 11
utils.py
in automl21/scs_neural/utils
132 7
neural_aa.py
in automl21/accel
84 4
neural_lu_solve.py
in automl21/scs_neural/solver
33 4
aa.py
in automl21/accel
42 3
base_accel.py
in automl21/accel
14 3
metrics.py
in automl21/scs_neural/experimentation
13 3
solver.py
in automl21/scs_neural/solver
7 2
utils.py
in automl21/accel
35 1
scs_main.py
in automl21
17 1
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
launcher.py
in automl21/scs_neural/experimentation
517 19 2
__init__.py
in automl21/scs_neural/solver
17 - 1