Commit Graph

4 Commits

Author SHA1 Message Date
eeeck 2597c9f8a2 Parallelize data processing tasks with ThreadPoolExecutor
- Use multi-threading to speed up data ingestion, correlation, and
  entropy
  calculations across bus identifiers
2026-07-22 20:09:08 +02:00
eeeck 9965bc761f Simplify byte column selection in correlation calculation 2026-07-22 19:46:45 +02:00
eeeck c98563f541 Fix schema check and update import paths
- Use `collect_schema` for accurate column validation in Polars and
  correct
  relative import paths for statistical modules.
2026-07-15 00:48:30 +02:00
eeeck 73e76d3adc Rename to avoid conflict with Python stat module 2026-07-15 00:31:27 +02:00