Merge: lib/html: implement the tag list as an hashset instead of a array.
authorJean Privat <jean@pryen.org>
Tue, 20 Oct 2015 00:23:37 +0000 (20:23 -0400)
committerJean Privat <jean@pryen.org>
Tue, 20 Oct 2015 00:23:37 +0000 (20:23 -0400)
This optimize clients of lib/html like highlight.

usertime for `./test_highlight ../lib/core/`:

* before: 0m2.416s
* after: 0m2.328s (-3.64%)

Pull-Request: #1769
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>


Trivial merge