You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nowrep
db664184d0
[AdBlock] Improved performance of loading rules
Don't use regexps for parsing rules.
Added benchmark for loading subscriptions
Before:
********* Start testing of AdBlockParseRule *********
Config: Using QTest library 4.8.6, Qt 4.8.6
PASS : AdBlockParseRule::initTestCase()
RESULT : AdBlockParseRule::parseEasyList():
596.3 msecs per iteration (total: 2,982, iterations: 5)
PASS : AdBlockParseRule::parseEasyList()
PASS : AdBlockParseRule::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of AdBlockParseRule *********
After:
********* Start testing of AdBlockParseRule *********
Config: Using QTest library 4.8.6, Qt 4.8.6
PASS : AdBlockParseRule::initTestCase()
RESULT : AdBlockParseRule::parseEasyList():
481.8 msecs per iteration (total: 2,409, iterations: 5)
PASS : AdBlockParseRule::parseEasyList()
PASS : AdBlockParseRule::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of AdBlockParseRule *********
|
12 years ago |
| .. |
|
autotests
|
[AdBlock] Improved performance of loading rules
|
12 years ago |
|
benchmarks
|
[AdBlock] Improved performance of loading rules
|
12 years ago |
|
modeltest
|
[ModelTest] Added Qt ModelTest
|
12 years ago |
|
adblock.html
|
AdBlock: Fixed $subdocument matching.
|
14 years ago |
|
form.html
|
[spellcheck] Fixed replacing words in multiple lines text.
|
13 years ago |
|
link_tests.html
|
Fix: Flickering when showing site info/bookmarks/rss widget in
|
14 years ago |
|
popup.html
|
Improved PopupWindow + added correspoding tests.
|
13 years ago |
|
popupwindows.html
|
[Code] Make it possible to move TabbedWebView to other window.
|
13 years ago |