Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/P-p-H-d/mlib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Pelissier <Patrick.Pelissier@gmail.com>2024-01-20 00:27:33 +0300
committerPatrick Pelissier <Patrick.Pelissier@gmail.com>2024-01-20 00:27:33 +0300
commitd7a232364fdc107f51dcf3d086215f55b71a8959 (patch)
treee5f88b4a9f3c725acf1884d73eb108a3dd248ec6 /README.md
parentf7580e7ce964c4b53247c4ddab27aaea1a4b226a (diff)
Update infrastructure to the fact that the bench directory has been deletedHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08f6c03..ca9ce4c 100644
--- a/README.md
+++ b/README.md
@@ -511,7 +511,7 @@ M\*LIB performance is compared to the one of GNU C++ STL (v10.2) in the followin
Each graph is presented first in linear scale and then in logarithmic scale to better realize the differences.
M\*LIB is on par with the STL or even faster.
-All used bench codes are available in the bench directory.
+All used bench codes are available in this [repository](https://github.com/P-p-H-d/c-stl-comparison)
The results for several different libraries are also available [in a separate page](https://github.com/P-p-H-d/mlib/wiki/performance).
#### Singly List