openai / point-e
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 30 files with 3,650 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (706 lines of code)
    • 6 medium size files (1,674 lines of code)
    • 3 small files (449 lines of code)
    • 20 very small files (821 lines of code)
0% | 19% | 45% | 12% | 22%
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% | 19% | 45% | 12% | 22%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
point_e0% | 19% | 45% | 12% | 22%
Longest Files (Top 30)
File# lines# units
gaussian_diffusion.py
in point_e/diffusion
706 43
transformer.py
in point_e/models
396 26
blender_script.py
in point_e/evals/scripts
391 28
k_diffusion.py
in point_e/diffusion
242 22
sampler.py
in point_e/diffusion
229 10
npz_stream.py
in point_e/evals
208 20
pointnet2_utils.py
in point_e/evals
208 14
pretrained_clip.py
in point_e/models
194 19
configs.py
in point_e/models
129 1
perceiver.py
in point_e/models
126 8
point_cloud.py
in point_e/util
100 11
sdf.py
in point_e/models
88 10
feature_extractor.py
in point_e/evals
85 11
pointnet2_cls_ssg.py
in point_e/evals
66 4
mesh.py
in point_e/util
62 4
pc_to_mesh.py
in point_e/util
61 3
download.py
in point_e/models
60 3
ply_util.py
in point_e/util
54 2
configs.py
in point_e/diffusion
54 1
fid_is.py
in point_e/evals
51 4
plotting.py
in point_e/util
47 1
checkpoint.py
in point_e/models
38 3
evaluate_pfid.py
in point_e/evals/scripts
22 1
evaluate_pis.py
in point_e/evals/scripts
16 1
util.py
in point_e/models
12 1
__init__.py
in point_e/util
1 -
__init__.py
in point_e/evals
1 -
__init__.py
in point_e/models
1 -
__init__.py
in point_e/diffusion
1 -
__init__.py
in point_e
1 -
Files With Most Units (Top 25)
File# lines# units
gaussian_diffusion.py
in point_e/diffusion
706 43
blender_script.py
in point_e/evals/scripts
391 28
transformer.py
in point_e/models
396 26
k_diffusion.py
in point_e/diffusion
242 22
npz_stream.py
in point_e/evals
208 20
pretrained_clip.py
in point_e/models
194 19
pointnet2_utils.py
in point_e/evals
208 14
point_cloud.py
in point_e/util
100 11
feature_extractor.py
in point_e/evals
85 11
sdf.py
in point_e/models
88 10
sampler.py
in point_e/diffusion
229 10
perceiver.py
in point_e/models
126 8
mesh.py
in point_e/util
62 4
pointnet2_cls_ssg.py
in point_e/evals
66 4
fid_is.py
in point_e/evals
51 4
pc_to_mesh.py
in point_e/util
61 3
download.py
in point_e/models
60 3
checkpoint.py
in point_e/models
38 3
ply_util.py
in point_e/util
54 2
plotting.py
in point_e/util
47 1
evaluate_pfid.py
in point_e/evals/scripts
22 1
evaluate_pis.py
in point_e/evals/scripts
16 1
configs.py
in point_e/models
129 1
util.py
in point_e/models
12 1
configs.py
in point_e/diffusion
54 1
Files With Long Lines (Top 0)

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

File# lines# units# long lines
Correlations

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

No data for "commits (all time)" vs. "lines of code".

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

No data for "contributors (all time)" vs. "lines of code".


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".