Updated Notes on memory benchmarks, selfies (markdown)

gorhill 2014-09-09 09:25:13 -07:00
parent d80a00a54d
commit 11b1e8a7fd
1 changed files with 1 additions and 1 deletions

@ -11,7 +11,7 @@ Reloading all the filters is the most severe memory-churning operation in µBloc
- Launching or restarting µBlock (obviously). - Launching or restarting µBlock (obviously).
- Changing the selection of filter lists. - Changing the selection of filter lists.
- Adding removing custom filters. - Adding removing custom filters.
- Updating the filter lists. - Updating the filter lists (this may be done automatically if _Auto-update_ is enabled).
Additionally, with version 0.6+, µBlock will create a selfie to improve its load time next time the browser is launched, and creating a selfie is also a memory-churning operation. However for this one particular operation, once the selfie is created, the reward is that subsequent re-launch of µBlock will become very efficient CPU- and memory-wise -- as all the downloading/parsing of filters from raw text files will be completely bypassed. Additionally, with version 0.6+, µBlock will create a selfie to improve its load time next time the browser is launched, and creating a selfie is also a memory-churning operation. However for this one particular operation, once the selfie is created, the reward is that subsequent re-launch of µBlock will become very efficient CPU- and memory-wise -- as all the downloading/parsing of filters from raw text files will be completely bypassed.