taming-cpp

Experiments with C++ and comparisons with C
git clone https://git.tronto.net/taming-cpp
Download | Log | Files | Refs | README

commit c5bedb79e7c808294e85ed6fbba9aae527cd2990
parent 16db9de77703b67ac7ed04a7dd4c249169b91be5
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Mon, 29 Apr 2024 23:01:12 +0200

Fixed notes

Diffstat:
Msort-benchmark/notes.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sort-benchmark/notes.txt b/sort-benchmark/notes.txt @@ -1,6 +1,6 @@ - Getting the parallel version to work was a pain. Two major gotchas: (1) -ltbb had to be added *at the end* of the command line - (2) clang requires a libstdc++ option to make this work + (2) I was sometimes trying clang, but not clang++ of course everything was terrible to decipher with C++ compile errors being the mess they are. - For measuring time I could also use