1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

Updated Launch and filter lists load performance (markdown)

Raymond Hill 2015-02-25 17:48:31 -05:00
parent 0522c507d2
commit 42046ecefa

@ -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.