oga/lib/oga
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
..
css Slightly better docs for the XPath/CSS parsers. 2014-11-16 23:40:19 +01:00
html Lazy decoding of XML/HTML entities. 2015-03-05 23:00:43 +01:00
xml Don't use Array#uniq in NodeSet#initialize. 2015-03-21 01:22:59 +01:00
xpath Removed stray comment in the XPath parser. 2014-12-28 23:55:33 +01:00
oga.rb Corrected YARD argument name. 2014-09-16 14:50:17 +02:00
version.rb Release 0.2.3 2015-03-04 11:56:23 +01:00