apache / datasketches-cpp
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 15 components.
  • 167 files, 34,751 LOC (100.0% vs. main code).
  • "cpc" is biggest, containing 23.79% of LOC.
  • "cmake" is smallest, containing 0.02% of LOC.


cpc8266 LOC (23%) 14 files
theta7531 LOC (21%) 26 files
hll4388 LOC (12%) 32 files
python3730 LOC (10%) 33 files
sampling2006 LOC (5%) 4 files
common1490 LOC (4%) 17 files
req1403 LOC (4%) 5 files
tuple1357 LOC (3%) 17 files
kll1353 LOC (3%) 4 files
quantiles1246 LOC (3%) 2 files
fi904 LOC (2%) 4 files
density525 LOC (1%) 2 files
count412 LOC (1%) 2 files
ROOT134 LOC (<1%) 4 files
cmake6 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 13 links (arrows) between components.
  • The number on the arrow represents the number of files from referring component that depend on files in referred component.
  • These 13 links contain 46 dependencies.
G ROOT ROOT hll hll common common hll->common 5 cmake cmake python python python->common 1 tuple tuple tuple->common 3 theta theta tuple->theta 6 count count count->common 2 kll kll kll->common 3 sampling sampling sampling->common 3 density density density->common 2 req req req->common 3 cpc cpc cpc->common 5 fi fi fi->common 2 theta->common 9 quantiles quantiles quantiles->common 2


Download: SVG DOT (open online Graphviz editor)

Open 3D force graph...

Show more details about dependencies...




Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
kll210 commits (12%)
python208 commits (12%)
theta197 commits (12%)
hll165 commits (10%)
cpc149 commits (9%)
common140 commits (8%)
fi119 commits (7%)
sampling116 commits (7%)
req105 commits (6%)
tuple92 commits (5%)
ROOT88 commits (5%)
quantiles70 commits (4%)
count42 commits (2%)
density22 commits (1%)
cmake5 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2023 2022 2021 2020 2019 2018
python
141
94
45
94
130
theta
102
51
163
118
105
hll
86
29
165
157
451
91
kll
18
97
43
103
52
14
quantiles
19
95
req
22
81
36
74
sampling
38
40
36
139
common
38
36
27
63
15
7
count
65
8
tuple
17
31
49
137
fi
8
34
21
77
48
ROOT
4
30
41
17
30
cpc
15
18
79
67
123
43
density
21
10
cmake
1
4


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G python python python--python 18 count count python--count 6 density density python--density 5 quantiles quantiles python--quantiles 3 count--count 15 common common count--common 5 req req count--req 6 kll kll count--kll 4 count--quantiles 5 hll hll hll--count 3 hll--hll 13 hll--req 3 hll--quantiles 3 cpc cpc hll--cpc 4 theta theta theta--count 5 theta--hll 3 theta--theta 11 theta--common 6 theta--req 5 theta--kll 5 theta--quantiles 5 fi fi theta--fi 4 sampling sampling theta--sampling 3 common--common 5 common--req 7 common--density 5 common--kll 5 common--quantiles 4 req--req 5 req--kll 6 req--quantiles 5 density--count 4 density--density 6 kll--kll 3 kll--cpc 5 quantiles--kll 5 cpc--req 5 tuple tuple tuple--count 4 tuple--theta 4 tuple--common 4 tuple--req 4 tuple--tuple 3 tuple--fi 4 sampling--count 3 sampling--hll 3 sampling--common 3 sampling--req 3 sampling--kll 3 sampling--quantiles 3 sampling--sampling 3


2023-08-10 21:15