From 83d053b653cb7c82449f78d0e4d2caf6b4ce90a4 Mon Sep 17 00:00:00 2001 From: Hesam Pakdaman Date: Thu, 16 May 2024 21:31:13 +0200 Subject: [PATCH] move results into intro --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 7f26848..d48271e 100644 --- a/README.org +++ b/README.org @@ -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 @@ -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.