openai / swarm
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 7 files with 409 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (247 lines of code)
    • 0 small files (0 lines of code)
    • 6 very small files (162 lines of code)
0% | 0% | 60% | 0% | 39%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 0% | 61% | 0% | 38%
yaml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
swarm0% | 0% | 61% | 0% | 38%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 7)
File# lines# units
core.py
in swarm
247 6
repl.py
in swarm/repl
64 3
util.py
in swarm
63 4
types.py
in swarm
23 -
8 -
__init__.py
in swarm
3 -
__init__.py
in swarm/repl
1 -
Files With Most Units (Top 3)
File# lines# units
core.py
in swarm
247 6
util.py
in swarm
63 4
repl.py
in swarm/repl
64 3
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
core.py
in swarm
247 6 1
Correlations

File Size vs. Commits (all time): 4 points

.pre-commit-config.yaml x: 1 commits (all time) y: 8 lines of code swarm/repl/repl.py x: 1 commits (all time) y: 64 lines of code swarm/core.py x: 1 commits (all time) y: 247 lines of code swarm/util.py x: 1 commits (all time) y: 63 lines of code
247.0
lines of code
  min: 8.0
  average: 95.5
  25th percentile: 21.75
  median: 63.5
  75th percentile: 201.25
  max: 247.0
0 1.0
commits (all time)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Contributors (all time): 4 points

.pre-commit-config.yaml x: 1 contributors (all time) y: 8 lines of code swarm/repl/repl.py x: 1 contributors (all time) y: 64 lines of code swarm/core.py x: 1 contributors (all time) y: 247 lines of code swarm/util.py x: 1 contributors (all time) y: 63 lines of code
247.0
lines of code
  min: 8.0
  average: 95.5
  25th percentile: 21.75
  median: 63.5
  75th percentile: 201.25
  max: 247.0
0 1.0
contributors (all time)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Commits (30 days): 0 points

No data for "commits (30d)" vs. "lines of code".

File Size vs. Contributors (30 days): 0 points

No data for "contributors (30d)" vs. "lines of code".


File Size vs. Commits (90 days): 1 points

.pre-commit-config.yaml x: 1 commits (90d) y: 8 lines of code
8.0
lines of code
  min: 8.0
  average: 8.0
  25th percentile: 8.0
  median: 8.0
  75th percentile: 8.0
  max: 8.0
0 1.0
commits (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Contributors (90 days): 1 points

.pre-commit-config.yaml x: 1 contributors (90d) y: 8 lines of code
8.0
lines of code
  min: 8.0
  average: 8.0
  25th percentile: 8.0
  median: 8.0
  75th percentile: 8.0
  max: 8.0
0 1.0
contributors (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0