novifinancial / ed25519-dalek-fiat
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 10 files with 1,166 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (344 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (576 lines of code)
    • 5 very small files (246 lines of code)
0% | 0% | 29% | 49% | 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
rs0% | 0% | 31% | 52% | 16%
toml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 0% | 33% | 56% | 9%
benches0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 10)
File# lines# units
secret.rs
in src
344 8
public.rs
in src
191 7
143 6
batch.rs
in src
128 8
114 3
87 6
Cargo.toml
in root
59 -
errors.rs
in src
55 3
lib.rs
in src
38 -
7 -
Files With Most Units (Top 7)
File# lines# units
batch.rs
in src
128 8
secret.rs
in src
344 8
public.rs
in src
191 7
87 6
143 6
errors.rs
in src
55 3
114 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
Cargo.toml
in root
59 - 1
Correlations

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

Cargo.toml x: 215 commits (all time) y: 59 lines of code src/batch.rs x: 20 commits (all time) y: 128 lines of code src/keypair.rs x: 12 commits (all time) y: 114 lines of code src/lib.rs x: 106 commits (all time) y: 38 lines of code src/public.rs x: 20 commits (all time) y: 191 lines of code src/secret.rs x: 41 commits (all time) y: 344 lines of code src/signature.rs x: 20 commits (all time) y: 143 lines of code benches/ed25519_benchmarks.rs x: 24 commits (all time) y: 87 lines of code src/errors.rs x: 28 commits (all time) y: 55 lines of code src/constants.rs x: 5 commits (all time) y: 7 lines of code
344.0
lines of code
  min: 7.0
  average: 116.6
  25th percentile: 50.75
  median: 100.5
  75th percentile: 155.0
  max: 344.0
0 215.0
commits (all time)
min: 5.0 | average: 49.1 | 25th percentile: 18.0 | median: 22.0 | 75th percentile: 57.25 | max: 215.0

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

Cargo.toml x: 18 contributors (all time) y: 59 lines of code src/batch.rs x: 4 contributors (all time) y: 128 lines of code src/keypair.rs x: 4 contributors (all time) y: 114 lines of code src/lib.rs x: 15 contributors (all time) y: 38 lines of code src/public.rs x: 5 contributors (all time) y: 191 lines of code src/secret.rs x: 9 contributors (all time) y: 344 lines of code src/signature.rs x: 5 contributors (all time) y: 143 lines of code benches/ed25519_benchmarks.rs x: 3 contributors (all time) y: 87 lines of code src/errors.rs x: 5 contributors (all time) y: 55 lines of code src/constants.rs x: 2 contributors (all time) y: 7 lines of code
344.0
lines of code
  min: 7.0
  average: 116.6
  25th percentile: 50.75
  median: 100.5
  75th percentile: 155.0
  max: 344.0
0 18.0
contributors (all time)
min: 2.0 | average: 7.0 | 25th percentile: 3.75 | median: 5.0 | 75th percentile: 10.5 | max: 18.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".