apache / datasketches-spark
Components

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.

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 4 components.
  • 28 files, 1,516 LOC (100.0% vs. main code).
  • "src" is biggest, containing 76.06% of LOC.
  • "project" is smallest, containing 3.76% of LOC.


src1153 LOC (76%) 18 files
python228 LOC (15%) 7 files
ROOT78 LOC (5%) 2 files
project57 LOC (3%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
src23 commits (23%)
ROOT18 commits (18%)
python13 commits (13%)
project5 commits (5%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025
src
84
python
35
ROOT
20
project
5


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 src src src--src 14 python python src--python 7 project project src--project 1 python--python 6 python--project 4 ROOT ROOT python--ROOT 4 ROOT--src 1 ROOT--project 4 ROOT--ROOT 2


2025-05-07 21:05