From ff95ffc61b6c6cf4b8ec69183d35e08497fbfd1a Mon Sep 17 00:00:00 2001 From: Konstantin Varlamov Date: Tue, 10 Jul 2018 13:59:25 -0400 Subject: In FSTLocalDocumentsView, search for all batches affecting a set of keys in one go (#1505) This uses the newly-added allMutationBatchesAffectingDocumentKeys to find/deserialize all such batches in one go and then reuse the batches while processing a set of keys. --- scripts/cpplint.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/cpplint.py b/scripts/cpplint.py index 28f3761..f796ede 100644 --- a/scripts/cpplint.py +++ b/scripts/cpplint.py @@ -416,6 +416,7 @@ _CPP_HEADERS = frozenset([ _C_SYSTEM_DIRECTORIES = frozenset([ 'libkern', + 'mach', 'sys', ]) -- cgit v1.2.3