oga/lib
Yorick Peterse fdcd712ffe Don't use Array#uniq in NodeSet#initialize.
Removing this makes the process of parsing larger XML documents a bit faster.
The downside is that NodeSet#initialize will no longer filter out duplicate
nodes, though this is not something Oga itself relies upon.

Methods such as NodeSet#push still do ignore elements already present.
2015-03-21 01:22:59 +01:00
..
oga Don't use Array#uniq in NodeSet#initialize. 2015-03-21 01:22:59 +01:00
oga.rb Lazy decoding of XML/HTML entities. 2015-03-05 23:00:43 +01:00