microsoft / Range-V3-VS2015
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 224 files with 34,777 lines of code.
    • 2 very long files (3,192 lines of code)
    • 8 long files (5,608 lines of code)
    • 33 medium size files (10,147 lines of codeclsfd_ftr_w_mp_ins)
    • 61 small files (8,541 lines of code)
    • 120 very small files (7,289 lines of code)
9% | 16% | 29% | 24% | 20%
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
hpp9% | 16% | 29% | 23% | 21%
cpp0% | 0% | 35% | 49% | 15%
in0% | 0% | 0% | 100% | 0%
html0% | 0% | 0% | 0% | 100%
cmd0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
include/meta97% | 0% | 0% | 0% | 2%
include/range/v3/utility12% | 45% | 16% | 16% | 7%
include/range/v3/view0% | 12% | 43% | 37% | 6%
include/range/v30% | 13% | 59% | 12% | 15%
include/range/v3/algorithm0% | 0% | 22% | 25% | 51%
include/range/v3/detail0% | 0% | 100% | 0% | 0%
include/range/v3/action0% | 0% | 13% | 26% | 59%
example0% | 0% | 55% | 0% | 44%
include/range/v3/numeric0% | 0% | 0% | 79% | 20%
perf0% | 0% | 0% | 100% | 0%
doc0% | 0% | 0% | 100% | 0%
doc/std0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
meta.hpp
in include/meta
2099 9
basic_iterator.hpp
in include/range/v3/utility
1093 19
functional.hpp
in include/range/v3/utility
968 60
common_tuple.hpp
in include/range/v3/utility
780 30
iterator.hpp
in include/range/v3/utility
758 65
variant.hpp
in include/range/v3/utility
753 37
concepts.hpp
in include/range/v3/utility
742 10
iota.hpp
in include/range/v3/view
559 37
transform.hpp
in include/range/v3/view
541 25
range_fwd.hpp
in include/range/v3
507 3
iterator_concepts.hpp
in include/range/v3/utility
500 1
zip_with.hpp
in include/range/v3/view
476 29
view_adaptor.hpp
in include/range/v3
463 35
slice.hpp
in include/range/v3/view
444 24
range_access.hpp
in include/range/v3
437 4
heap_algorithm.hpp
in include/range/v3/algorithm
387 17
concat.hpp
in include/range/v3/view
384 22
range.hpp
in include/range/v3
375 30
any_view.hpp
in include/range/v3/view
372 26
range_concepts.hpp
in include/range/v3
369 3
join.hpp
in include/range/v3/view
362 19
view_interface.hpp
in include/range/v3
342 11
set_algorithm.hpp
in include/range/v3/algorithm
319 6
begin_end.hpp
in include/range/v3
317 28
config.hpp
in include/range/v3/detail
306 -
insert.hpp
in include/range/v3/action
300 26
permutation.hpp
in include/range/v3/algorithm
282 9
split.hpp
in include/range/v3/view
277 9
nth_element.hpp
in include/range/v3/algorithm
265 3
common_type.hpp
in include/range/v3/utility
263 1
safe_int.hpp
in include/range/v3/utility
260 19
calendar.cpp
in example
249 23
reverse.hpp
in include/range/v3/view
240 19
stride.hpp
in include/range/v3/view
235 13
cycle.hpp
in include/range/v3/view
231 17
box.hpp
in include/range/v3/utility
225 14
take_exactly.hpp
in include/range/v3/view
216 9
intersperse.hpp
in include/range/v3/view
213 12
swap.hpp
in include/range/v3/utility
211 2
stable_partition.hpp
in include/range/v3/algorithm
210 6
drop.hpp
in include/range/v3/view
207 12
inplace_merge.hpp
in include/range/v3/algorithm
205 4
partial_sum.hpp
in include/range/v3/view
205 7
sort_patterns.cpp
in perf
199 23
rotate.hpp
in include/range/v3/algorithm
197 10
chunk.hpp
in include/range/v3/view
193 10
compressed_pair.hpp
in include/range/v3/utility
191 14
find_end.hpp
in include/range/v3/algorithm
187 5
tokenize.hpp
in include/range/v3/view
184 9
tagged_pair.hpp
in include/range/v3/utility
183 -
Files With Most Units (Top 20)
File# lines# units
iterator.hpp
in include/range/v3/utility
758 65
functional.hpp
in include/range/v3/utility
968 60
variant.hpp
in include/range/v3/utility
753 37
iota.hpp
in include/range/v3/view
559 37
view_adaptor.hpp
in include/range/v3
463 35
range.hpp
in include/range/v3
375 30
common_tuple.hpp
in include/range/v3/utility
780 30
zip_with.hpp
in include/range/v3/view
476 29
begin_end.hpp
in include/range/v3
317 28
insert.hpp
in include/range/v3/action
300 26
any_view.hpp
in include/range/v3/view
372 26
transform.hpp
in include/range/v3/view
541 25
slice.hpp
in include/range/v3/view
444 24
calendar.cpp
in example
249 23
sort_patterns.cpp
in perf
199 23
concat.hpp
in include/range/v3/view
384 22
basic_iterator.hpp
in include/range/v3/utility
1093 19
safe_int.hpp
in include/range/v3/utility
260 19
join.hpp
in include/range/v3/view
362 19
reverse.hpp
in include/range/v3/view
240 19
Files With Long Lines (Top 20)

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

File# lines# units# long lines
common_tuple.hpp
in include/range/v3/utility
780 30 16
join.hpp
in include/range/v3/view
362 19 5
insert.hpp
in include/range/v3/action
300 26 4
heap_algorithm.hpp
in include/range/v3/algorithm
387 17 4
view_adaptor.hpp
in include/range/v3
463 35 4
meta.hpp
in include/meta
2099 9 3
functional.hpp
in include/range/v3/utility
968 60 3
permutation.hpp
in include/range/v3/algorithm
282 9 2
set_algorithm.hpp
in include/range/v3/algorithm
319 6 2
range_traits.hpp
in include/range/v3
95 2 2
view_facade.hpp
in include/range/v3
111 8 2
view_interface.hpp
in include/range/v3
342 11 2
cmd
show.cmd
in doc/std
1 - 1
push_back.hpp
in include/range/v3/action
106 5 1
push_front.hpp
in include/range/v3/action
106 5 1
lexicographical_compare.hpp
in include/range/v3/algorithm
65 2 1
partial_sort.hpp
in include/range/v3/algorithm
64 2 1
partition_move.hpp
in include/range/v3/algorithm
76 1 1
remove_copy.hpp
in include/range/v3/algorithm
64 1 1
remove_copy_if.hpp
in include/range/v3/algorithm
65 1 1