Skip to content

Commit

Permalink
move results into intro
Browse files Browse the repository at this point in the history
  • Loading branch information
hesampakdaman committed May 16, 2024
1 parent 7ba6865 commit 83d053b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The input file can be obtained by using one of the official scripts, such as thi

*This project will load the _entire_ file into memory and process it using all available CPU cores to maximize performance.*

*** Results
On a MacBook M1 Pro (2021), the project processes the input file in approximately 2.8 seconds.

** Usage
To use this project, start by cloning the repository.
#+begin_src bash
Expand All @@ -18,9 +21,6 @@ Then you can build and run the project with the following command.
cargo run --release /path/to/measurements.txt
#+end_src

** Results
On a MacBook M1 Pro (2021), the project processes the input file in approximately 2.8 seconds.

** Architecture
This section provides a high-level overview of the system's architecture: the main components and their interactions.

Expand Down

0 comments on commit 83d053b

Please sign in to comment.