novifinancial / ed25519-speccheck
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 1,563 lines of code.
    • 1 very long files (1,006 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 0 small files (0 lines of code)
    • 13 very small files (557 lines of code)
64% | 0% | 0% | 0% | 35%
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
rs91% | 0% | 0% | 0% | 8%
c0% | 0% | 0% | 0% | 100%
java0% | 0% | 0% | 0% | 100%
swift0% | 0% | 0% | 0% | 100%
go0% | 0% | 0% | 0% | 100%
toml0% | 0% | 0% | 0% | 100%
py0% | 0% | 0% | 0% | 100%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src91% | 0% | 0% | 0% | 8%
scripts/ed25519-java/src/main/java0% | 0% | 0% | 0% | 100%
scripts/ed25519-signal-donna0% | 0% | 0% | 0% | 100%
scripts/ref100% | 0% | 0% | 0% | 100%
scripts/libsodium0% | 0% | 0% | 0% | 100%
scripts/ed25519-ios0% | 0% | 0% | 0% | 100%
scripts/openssl_30% | 0% | 0% | 0% | 100%
scripts/go0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
scripts/pyca-openssl0% | 0% | 0% | 0% | 100%
scripts/tweetnacl-js0% | 0% | 0% | 0% | 100%
Longest Files (Top 14)
File# lines# units
main.rs
in src
1006 34
88 2
main.c
in scripts/ed25519-signal-donna
64 4
Ed25519TestCase.java
in scripts/ed25519-java/src/main/java
58 4
main.c
in scripts/ref10
52 1
main.c
in scripts/libsodium
52 1
Ed25519.swift
in scripts/ed25519-ios
47 1
main.c
in scripts/openssl_3
47 2
main.go
in scripts/go
38 1
TestVectorChecker.java
in scripts/ed25519-java/src/main/java
29 1
Cargo.toml
in root
27 -
EncodingUtils.java
in scripts/ed25519-java/src/main/java
21 -
eddsa_utils.py
in scripts/pyca-openssl
19 -
test.js
in scripts/tweetnacl-js
15 -
Files With Most Units (Top 10)
File# lines# units
main.rs
in src
1006 34
Ed25519TestCase.java
in scripts/ed25519-java/src/main/java
58 4
main.c
in scripts/ed25519-signal-donna
64 4
main.c
in scripts/openssl_3
47 2
88 2
main.go
in scripts/go
38 1
Ed25519.swift
in scripts/ed25519-ios
47 1
main.c
in scripts/ref10
52 1
main.c
in scripts/libsodium
52 1
TestVectorChecker.java
in scripts/ed25519-java/src/main/java
29 1
Files With Long Lines (Top 2)

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

File# lines# units# long lines
main.rs
in src
1006 34 7
Cargo.toml
in root
27 - 1
Correlations

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

Cargo.toml x: 8 commits (all time) y: 27 lines of code src/main.rs x: 15 commits (all time) y: 1006 lines of code
1006.0
lines of code
  min: 27.0
  average: 516.5
  25th percentile: 27.0
  median: 516.5
  75th percentile: 1006.0
  max: 1006.0
0 15.0
commits (all time)
min: 8.0 | average: 11.5 | 25th percentile: 8.0 | median: 11.5 | 75th percentile: 15.0 | max: 15.0

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

Cargo.toml x: 4 contributors (all time) y: 27 lines of code src/main.rs x: 4 contributors (all time) y: 1006 lines of code
1006.0
lines of code
  min: 27.0
  average: 516.5
  25th percentile: 27.0
  median: 516.5
  75th percentile: 1006.0
  max: 1006.0
0 4.0
contributors (all time)
min: 4.0 | average: 4.0 | 25th percentile: 4.0 | median: 4.0 | 75th percentile: 4.0 | max: 4.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".