Skip to content

Conversation

@vamsikrishnagok
Copy link
Contributor

Description

"Implement multiprocessing for log file parsing

Refactored the parse_log_file function to utilize multiprocessing for improved performance. Split the function into parse_log_chunk and parse_log_file to process log lines in parallel. Each chunk of log lines is processed concurrently using multiprocessing.Pool, resulting in faster log parsing.

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant