Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit bb18b70

Browse files
committed
add improvement notes
Signed-off-by: Samuel Dacanay <[email protected]>
1 parent 8de658d commit bb18b70

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

scripts/tools/reporting/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ Working Directory: anchore-engine/scripts/tools/reporting
2424
## Constraints
2525

2626
Python 3.8
27-
Engine already installed and development environment set up
27+
Engine already installed and development environment set up
28+
29+
30+
## Improvement Notes
31+
- Ignore "virtual" functions in an ABC that cannot directly be called.
32+
- If a function doesn't belong to a class, it looks like it will just give you the directory that the function is in rather than the file (e.g. anchore_engine.clients::unpack)
33+
- Determine if ther'es any additional multithreading/processing we can implement that would help lower the runtime of the script.

0 commit comments

Comments
 (0)