Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibClnt committed Jan 19, 2024
2 parents 533dd4d + 77a99b6 commit 863b27e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ The project is structured as follows:
- `formatters` contains the different functions used to format the data into tables, which are then printed to the console.
- `analysis` contains the different functions used to analyze the data, with functions useful for the case study (application of the Pearson correlation coefficient) and also for the different statistics (min, max, average, etc).

### Functional Diagram

<img src="./docs/FD.png" alt="Functional Diagram" width="100%"/>

### Performance

We did not run any performance tests on the program, but we did not notice any performance issues during the development of the program. The CSV parsing is pretty fast for our rather large datasets, thanks to our use of the ZIO streams.
Binary file added docs/FD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 863b27e

Please sign in to comment.