facebookresearch / svg
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 35 files with 3,101 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (523 lines of code)
    • 4 medium size files (1,232 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (665 lines of code)
    • 26 very small files (681 lines of code)
0% | 16% | 39% | 21% | 21%
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% | 18% | 43% | 18% | 19%
yaml0% | 0% | 0% | 50% | 49%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
svg0% | 26% | 33% | 27% | 12%
ROOT0% | 0% | 97% | 0% | 2%
config0% | 0% | 0% | 100% | 0%
svg/env0% | 0% | 0% | 0% | 100%
config/env0% | 0% | 0% | 0% | 100%
Longest Files (Top 35)
File# lines# units
utils.py
in svg
523 67
eval-vis-model.py
in root
363 7
agent.py
in svg
342 16
analysis.py
in svg
326 9
train.py
in root
201 8
logger.py
in svg
197 22
replay_buffer.py
in svg
179 11
dx.py
in svg
164 8
train.yaml
in config
125 -
sweeper.py
in svg
89 3
temp.py
in svg
72 8
pets_reacher.py
in svg/env
61 6
pets_pusher.py
in svg/env
47 5
humanoid.py
in svg/env
42 6
pets_cheetah.py
in svg/env
40 5
ant.py
in svg/env
39 5
__init__.py
in svg/env
39 3
critic.py
in svg
33 3
actor.py
in svg
32 3
video.py
in svg
27 4
dmc.py
in svg/env
24 1
dmc_humanoid_run.yaml
in config/env
13 -
setup.py
in root
12 -
poplin_walker2d.yaml
in config/env
10 -
poplin_ant.yaml
in config/env
10 -
poplin_pets_cheetah.yaml
in config/env
10 -
poplin_swimmer.yaml
in config/env
10 -
mbpo_hopper.yaml
in config/env
10 -
mbpo_humanoid.yaml
in config/env
10 -
mbpo_ant.yaml
in config/env
10 -
mbpo_cheetah.yaml
in config/env
10 -
poplin_cheetah.yaml
in config/env
10 -
poplin_hopper.yaml
in config/env
10 -
mbpo_walker2d.yaml
in config/env
10 -
__init__.py
in svg
1 -
Files With Most Units (Top 20)
File# lines# units
utils.py
in svg
523 67
logger.py
in svg
197 22
agent.py
in svg
342 16
replay_buffer.py
in svg
179 11
analysis.py
in svg
326 9
temp.py
in svg
72 8
dx.py
in svg
164 8
train.py
in root
201 8
eval-vis-model.py
in root
363 7
humanoid.py
in svg/env
42 6
pets_reacher.py
in svg/env
61 6
pets_pusher.py
in svg/env
47 5
ant.py
in svg/env
39 5
pets_cheetah.py
in svg/env
40 5
video.py
in svg
27 4
__init__.py
in svg/env
39 3
sweeper.py
in svg
89 3
actor.py
in svg
32 3
critic.py
in svg
33 3
dmc.py
in svg/env
24 1
Files With Long Lines (Top 2)

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

File# lines# units# long lines
humanoid.py
in svg/env
42 6 1
agent.py
in svg
342 16 1