openai / harmony
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 11 files with 4,751 lines of code.
    • 1 very long files (1,414 lines of code)
    • 2 long files (1,296 lines of code)
    • 5 medium size files (1,905 lines of code)
    • 1 small files (119 lines of code)
    • 2 very small files (17 lines of code)
29% | 27% | 40% | 2% | <1%
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
rs33% | 30% | 33% | 2% | <1%
py0% | 0% | 100% | 0% | 0%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src33% | 30% | 33% | 2% | <1%
python0% | 0% | 100% | 0% | 0%
Longest Files (Top 11)
File# lines# units
1414 21
tests.rs
in src
792 32
public_encodings.rs
in src/tiktoken_ext
504 13
__init__.py
in python/openai_harmony
472 73
chat.rs
in src
411 10
365 8
334 -
323 27
119 3
lib.rs
in src
15 -
mod.rs
in src/tiktoken_ext
2 -
Files With Most Units (Top 8)
File# lines# units
__init__.py
in python/openai_harmony
472 73
tests.rs
in src
792 32
323 27
1414 21
public_encodings.rs
in src/tiktoken_ext
504 13
chat.rs
in src
411 10
365 8
119 3
Files With Long Lines (Top 5)

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

File# lines# units# long lines
public_encodings.rs
in src/tiktoken_ext
504 13 5
chat.rs
in src
411 10 3
tests.rs
in src
792 32 3
1414 21 1
334 - 1
Correlations

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

src/encoding.rs x: 11 commits (all time) y: 1414 lines of code src/tests.rs x: 12 commits (all time) y: 792 lines of code python/openai_harmony/__init__.py x: 8 commits (all time) y: 472 lines of code src/lib.rs x: 4 commits (all time) y: 15 lines of code src/py_module.rs x: 8 commits (all time) y: 323 lines of code src/wasm_module.rs x: 8 commits (all time) y: 334 lines of code src/registry.rs x: 2 commits (all time) y: 119 lines of code
1414.0
lines of code
  min: 15.0
  average: 495.57
  25th percentile: 119.0
  median: 334.0
  75th percentile: 792.0
  max: 1414.0
0 12.0
commits (all time)
min: 2.0 | average: 7.57 | 25th percentile: 4.0 | median: 8.0 | 75th percentile: 11.0 | max: 12.0

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

src/encoding.rs x: 8 contributors (all time) y: 1414 lines of code src/tests.rs x: 6 contributors (all time) y: 792 lines of code python/openai_harmony/__init__.py x: 6 contributors (all time) y: 472 lines of code src/lib.rs x: 4 contributors (all time) y: 15 lines of code src/py_module.rs x: 5 contributors (all time) y: 323 lines of code src/wasm_module.rs x: 5 contributors (all time) y: 334 lines of code src/registry.rs x: 2 contributors (all time) y: 119 lines of code
1414.0
lines of code
  min: 15.0
  average: 495.57
  25th percentile: 119.0
  median: 334.0
  75th percentile: 792.0
  max: 1414.0
0 8.0
contributors (all time)
min: 2.0 | average: 5.14 | 25th percentile: 4.0 | median: 5.0 | 75th percentile: 6.0 | max: 8.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".