anthropics / orjson
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 7 components.
  • 176 files, 30,220 LOC (100.0% vs. main code).
  • "include" is biggest, containing 75.18% of LOC.
  • "ci" is smallest, containing 0.04% of LOC.


include22718 LOC (75%) 103 files
src7132 LOC (23%) 58 files
ROOT208 LOC (<1%) 3 files
bench74 LOC (<1%) 6 files
pysrc51 LOC (<1%) 2 files
integration24 LOC (<1%) 2 files
ci13 LOC (<1%) 2 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
ROOT313 commits (43%)
src233 commits (32%)
bench21 commits (2%)
include19 commits (2%)
integration7 commits (<1%)
ci3 commits (<1%)
pysrc2 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024 2023 2022 2021 2020 2019 2018
src
66
192
118
62
54
69
31
15
include
54
105
105
6
ROOT
17
61
49
55
38
80
60
10
bench
5
7
4
8
12
8
ci
1
2
integration
1
3
1
2
1
pysrc
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 ROOT ROOT ROOT--ROOT 9 src src src--ROOT 4 src--src 7 include include src--include 3 include--ROOT 3 include--include 3 bench bench bench--ROOT 1


2025-05-14 13:31