From a8220ab2d293bb7f4b014b79d16b2fb05090fa93 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Feb 2021 12:45:55 +0100 Subject: Adding upstream version 1.29.0. Signed-off-by: Daniel Baumann --- libnetdata/adaptive_resortable_list/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libnetdata/adaptive_resortable_list/README.md') diff --git a/libnetdata/adaptive_resortable_list/README.md b/libnetdata/adaptive_resortable_list/README.md index 0bb99b81c..74e379a92 100644 --- a/libnetdata/adaptive_resortable_list/README.md +++ b/libnetdata/adaptive_resortable_list/README.md @@ -1,3 +1,8 @@ + + # Adaptive Re-sortable List (ARL) This library allows Netdata to read a series of `name - value` pairs @@ -84,7 +89,7 @@ Compared to unoptimized code (test No 1: 4.6sec): - before ARL Netdata was using test No **7** with hashing and a custom `str2ull()` to achieve 602ms. - the current ARL implementation is test No **9** that needs only 157ms (29 times faster vs unoptimized code, about 4 times faster vs optimized code). -[Check the source code of this test](../../tests/profile/benchmark-value-pairs.c). +[Check the source code of this test](https://raw.githubusercontent.com/netdata/netdata/master/tests/profile/benchmark-value-pairs.c). ## Limitations -- cgit v1.2.3