Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Side by Side Diff: third_party/libxml/src/optim/hash_dict.txt

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove suppressions, have landed in blink now Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Reuses a dictionnary for the hash table to reduce the string compare
2 costs. Not worth it unless validating big DTDs
3
4 without with
5 db10000 tree 175/79 179/81
6 db100000 stream 1222 1217
7 dba100000stream 593 601
8 REC validation 1986 2098
9 Docbook valid 10808 10649
10
11 Tue Feb 24 19:09:49 CET 2004
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698