Skip to content

log_reports.py Inefficiencies in Processing Log Files #2237

@Mefisto04

Description

@Mefisto04

System Info

Platform : Windows 11

Information

  • The official example scripts
  • My own modified scripts

Tasks

  • An officially supported task in the examples folder
  • My own task or dataset (give details below)

Reproduction

To reproduce the issue, follow these steps:

  • Run the script with a set of log files.
  • Notice the increased processing time when dealing with a large number of logs.
  • Observe the redundancy in file operations and data handling.

Expected behavior

The script should handle large sets of log files more efficiently, avoiding redundant operations and optimizing the processing loop.
The current implementation could benefit from batch processing techniques, improved file handling, and more efficient data parsing mechanisms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions