From 60b628f977102f905b67f23d765cf19e49fa21db Mon Sep 17 00:00:00 2001 From: Tor Brede Vekterli Date: Thu, 23 May 2019 08:37:54 +0000 Subject: Move RcuVector and relevant support classes to vespalib Having RCU support available across all our C++ modules open up new opportunities for optimizations. This changes the following: - `RcuVector` moved from `searchlib` to `vespalib` - `MemoryUsage` moved from `searchlib` to `vespalib` - Introduce a simplified, more generic `GrowStrategy` in `vespalib` used by the moved `RcuVector` which does not have any notion of documents. Existing searchlib `GrowStrategy` gets a simple function to convert to this generic strategy. --- searchlib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'searchlib/CMakeLists.txt') diff --git a/searchlib/CMakeLists.txt b/searchlib/CMakeLists.txt index 10231fb4634..bde467087da 100644 --- a/searchlib/CMakeLists.txt +++ b/searchlib/CMakeLists.txt @@ -103,7 +103,6 @@ vespa_define_module( src/tests/common/foregroundtaskexecutor src/tests/common/location src/tests/common/packets - src/tests/common/rcuvector src/tests/common/resultset src/tests/common/sequencedtaskexecutor src/tests/common/summaryfeatures -- cgit v1.2.3