Skip to content

Commit

Permalink
Switch places compute and pre processing explainations
Browse files Browse the repository at this point in the history
  • Loading branch information
hesampakdaman committed May 16, 2024
1 parent db5b38e commit ad0512e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ This section provides a high-level overview of the system's architecture: the ma

*** Main Components
- =main.rs= :: The entry point of the application. Handles command-line arguments and initiates the processing workflow.
- =compute.rs= :: Contains the core logic for processing the temperature data, including calculations for min, mean, and max temperatures.
- =pre_processing.rs= :: Manages the initial parsing and preparation of data, utilizing memory-mapped files for efficient access.
- =compute.rs= :: Contains the core logic for processing the temperature data, including calculations for min, mean, and max temperatures.
- =weather.rs= :: Defines data structures and utility functions that are used throughout the application.
- =aggregate.rs= :: Responsible for aggregating the results of the temperature data processing.

Expand Down

0 comments on commit ad0512e

Please sign in to comment.