From 42046ecefae83318442049438333f669e444f895 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 25 Feb 2015 17:48:31 -0500 Subject: [PATCH] Updated Launch and filter lists load performance (markdown) --- Launch-and-filter-lists-load-performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launch-and-filter-lists-load-performance.md b/Launch-and-filter-lists-load-performance.md index d35b350..95b34fa 100644 --- a/Launch-and-filter-lists-load-performance.md +++ b/Launch-and-filter-lists-load-performance.md @@ -37,7 +37,7 @@ Translate internally into: These are atomic filters, they can't be decomposed into smaller filters. -Compiling filter lists involves more then just _atomizing_, it also involves pre-computing as much as possible to be as close as possible to the in-memory filter representation, so there is not much left to do when the compiled filter lists is read into memory. +Compiling filter lists involves more then just _atomizing_, it also involves pre-computing as much as possible so as to be as close as possible to the in-memory filter representations, in order to reduce the amount of work to do when the compiled filter lists into in-memory data. So roughly this is it.