facebookresearch / faiss
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
23,302 LOC (32%)
53 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
23,302 LOC (32%)
53 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
53
files match defined criteria (
23,302
lines of code,
32.0%
vs. main code):
15
*.cpp files (
8,399
lines of code)
17
*.cu files (
6,330
lines of code)
12
*.cuh files (
4,725
lines of code)
6
*.h files (
2,271
lines of code)
3
*.py files (
1,577
lines of code)
93
lines match the content pattern.
details...
per component - primary logical decomposition
faiss/gpu
in 31 files, 11,605 LOC (48%)
faiss
in 7 files, 3,753 LOC (23%)
faiss/impl
in 4 files, 2,736 LOC (23%)
faiss/utils
in 6 files, 2,927 LOC (40%)
faiss/invlists
in 1 file 618 LOC (32%)
contrib
in 2 files, 663 LOC (45%)
faiss/python
in 2 files, 1,000 LOC (91%)