From e6545b19e45a47ed15efd33605d1ac9e9a5e614f Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 2 Dec 2023 17:43:20 +0100 Subject: [PATCH] DOC: add a link to issue about performance comparisons --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index fc6eae0..d5c7d60 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,18 @@ and for instructions how to upgrade between released versions, have a look at the [changelog](https://github.com/mgeier/rtrb/releases). +Performance +----------- + +Measuring the performance of a data structure for inter-thread communication +can be quite brittle and the results depend on many factors. +A few performance comparisons between competing crates are shown in +[issue #39](https://github.com/mgeier/rtrb/issues/39), +but like all benchmarks, they are deeply flawed and to be taken with a grain of salt. +You should make your own measurements that are relevant to your usage patterns. +Feel free to share your own results by commenting on that issue. + + Development -----------