Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log_reports.py Inefficiencies in Processing Log Files #2237

Open
2 of 4 tasks
Mefisto04 opened this issue Oct 15, 2024 · 2 comments
Open
2 of 4 tasks

log_reports.py Inefficiencies in Processing Log Files #2237

Mefisto04 opened this issue Oct 15, 2024 · 2 comments
Labels
✨ enhancement New feature or request

Comments

@Mefisto04
Copy link

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.

@Mefisto04
Copy link
Author

hey @qgallouedec, please review this and assign me this issue

@qgallouedec
Copy link
Member

Hi, thanks for reporting @Mefisto04. Feel free to open a PR if you can improve it.

@qgallouedec qgallouedec added the ✨ enhancement New feature or request label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants