feat: move analyze to Python, including parallel execution

Co-authored-by: Anja Rabich <a.rabich@uni-luebeck.de>
This commit is contained in:
Benjamin Lipp
2025-07-15 17:35:30 +02:00
parent d20bb137c9
commit b140c56359
2 changed files with 29 additions and 13 deletions

View File

@@ -16,14 +16,13 @@
* ~~why is everything red in the pretty output? (see line 96 in __init__.py)~~
* ~~awk RESULT flush in marzipan()~~
* ~~move the whole metaverif function to Python~~
* ~move the whole analyze function to Python~
* ~find the files~
* ~start subprocesses in parallel~
* ~wait for them to finish~
## Next Steps
* move the whole analyze function to Python
* find the files
* start subprocesses in parallel
* wait for them to finish
* think about next steps
* integrate this upstream, into the CI?
* “make it beautiful” steps? more resiliency to working directory?