huggingface / candle
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
34,345 LOC (27%)
58 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
34,345 LOC (27%)
58 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)( |:| ).*
".
58
files match defined criteria (
34,345
LOC,
27.1%
vs. main code):
45
*.rs files (
29,808
LOC)
3
*.cu files (
1,572
LOC)
2
*.h files (
1,163
LOC)
5
*.py files (
929
LOC)
1
*.metal files (
547
LOC)
2
*.cuh files (
326
LOC)
124
lines match the content pattern.
details...
per component - primary logical decomposition
candle-transformers
in 20 files, 10,297 LOC (19%)
candle-core
in 16 files, 11,001 LOC (45%)
candle-metal-kernels
in 2 files, 2,947 LOC (18%)
candle-wasm-examples
in 1 file 431 LOC (4%)
candle-kernels
in 5 files, 1,898 LOC (31%)
candle-nn
in 2 files, 1,312 LOC (26%)
candle-flash-attn
in 3 files, 1,774 LOC (45%)
candle-pyo3
in 6 files, 2,244 LOC (63%)
candle-onnx
in 1 file 2,069 LOC (98%)
candle-examples
in 1 file 223 LOC (12%)
candle-book
in 1 file 149 LOC (43%)