openai / circuit_sparsity
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,300 lines of code.
    • 1 very long files (1,339 lines of code)
    • 2 long files (1,251 lines of code)
    • 0 medium size files (0 lines of code)
    • 4 small files (588 lines of code)
    • 7 very small files (122 lines of code)
40% | 37% | 0% | 17% | 3%
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
py40% | 37% | 0% | 17% | 3%
in0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
circuit_sparsity42% | 39% | 0% | 14% | 3%
ROOT0% | 0% | 0% | 84% | 15%
Longest Files (Top 14)
File# lines# units
viz.py
in circuit_sparsity
1339 34
gpt.py
in circuit_sparsity/inference
709 43
train.py
in circuit_sparsity
542 14
172 1
registries.py
in circuit_sparsity
155 12
143 6
hook_utils.py
in circuit_sparsity/inference
118 14
kernels.py
in circuit_sparsity/inference
66 5
tinypython.py
in circuit_sparsity/tiktoken_ext
27 2
24 2
in
2 -
__init__.py
in circuit_sparsity/inference
1 -
__init__.py
in circuit_sparsity
1 -
__init__.py
in circuit_sparsity/tiktoken_ext
1 -
Files With Most Units (Top 10)
File# lines# units
gpt.py
in circuit_sparsity/inference
709 43
viz.py
in circuit_sparsity
1339 34
hook_utils.py
in circuit_sparsity/inference
118 14
train.py
in circuit_sparsity
542 14
registries.py
in circuit_sparsity
155 12
143 6
kernels.py
in circuit_sparsity/inference
66 5
tinypython.py
in circuit_sparsity/tiktoken_ext
27 2
24 2
172 1
Files With Long Lines (Top 4)

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

File# lines# units# long lines
viz.py
in circuit_sparsity
1339 34 6
143 6 4
172 1 1
gpt.py
in circuit_sparsity/inference
709 43 1
Correlations

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

circuit_sparsity/train.py x: 1 commits (all time) y: 542 lines of code circuit_sparsity/inference/gpt.py x: 12 commits (all time) y: 709 lines of code circuit_sparsity/registries.py x: 3 commits (all time) y: 155 lines of code circuit_sparsity/viz.py x: 7 commits (all time) y: 1339 lines of code clear_cache.py x: 1 commits (all time) y: 24 lines of code circuit_sparsity/tiktoken_ext/tinypython.py x: 2 commits (all time) y: 27 lines of code
1339.0
lines of code
  min: 24.0
  average: 466.0
  25th percentile: 26.25
  median: 348.5
  75th percentile: 866.5
  max: 1339.0
0 12.0
commits (all time)
min: 1.0 | average: 4.33 | 25th percentile: 1.0 | median: 2.5 | 75th percentile: 8.25 | max: 12.0

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

circuit_sparsity/train.py x: 1 contributors (all time) y: 542 lines of code circuit_sparsity/inference/gpt.py x: 3 contributors (all time) y: 709 lines of code circuit_sparsity/registries.py x: 2 contributors (all time) y: 155 lines of code circuit_sparsity/viz.py x: 3 contributors (all time) y: 1339 lines of code clear_cache.py x: 1 contributors (all time) y: 24 lines of code circuit_sparsity/tiktoken_ext/tinypython.py x: 2 contributors (all time) y: 27 lines of code
1339.0
lines of code
  min: 24.0
  average: 466.0
  25th percentile: 26.25
  median: 348.5
  75th percentile: 866.5
  max: 1339.0
0 3.0
contributors (all time)
min: 1.0 | average: 2.0 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 3.0 | max: 3.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): 0 points

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

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

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