Uber / gluten-fork
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
38,470 LOC (31%)
115 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
38,470 LOC (31%)
115 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
115
files match defined criteria (
38,470
LOC,
31.1%
vs. main code):
64
*.scala files (
14,733
LOC)
13
*.cc files (
11,603
LOC)
13
*.cpp files (
5,779
LOC)
16
*.java files (
3,446
LOC)
2
*.proto files (
2,350
LOC)
5
*.h files (
521
LOC)
2
*.yaml files (
38
LOC)
180
lines match the content pattern.
details...
per component - primary logical decomposition
cpp-ch
in 17 files, 11,387 LOC (29%)
gluten-core
in 29 files, 6,771 LOC (32%)
cpp
in 15 files, 7,691 LOC (38%)
backends-clickhouse
in 20 files, 3,744 LOC (32%)
tools
in 1 file 176 LOC (2%)
shims
in 6 files, 3,009 LOC (35%)
gluten-data
in 12 files, 3,207 LOC (53%)
backends-velox
in 11 files, 1,948 LOC (41%)
substrait
in 2 files, 481 LOC (27%)
gluten-iceberg
in 2 files, 56 LOC (20%)