From a79c46c92a3cf476ade743f69a0a72ab212086a7 Mon Sep 17 00:00:00 2001 From: Martin Othamar Date: Sun, 9 Jul 2023 20:48:27 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 638bf73..03bf437 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,5 @@ Iterations = `double`s per op. There is likely overhead in capturing hardware counters, so these should be more "correct" -NOTE - MWC256 is likely poorly implemented (it is supposed to be faster). As seen in the instrumented benchmark below there are a lot of branch mispredictions. -This is clear from the generated assembly atm but I'm not sure why those branching instructions are generated. `UInt128` support is pretty new -so maybe there are some inefficiencies there. - ![Scaling iterations](/img/perf-scaling-2.png "Scaling iterations")