oga/lib
Yorick Peterse dd626c10d3 Use Array#unshift in the LL XML grammar.
Using Array#+ for large sets (e.g. in the benchmarks) is _really_ slow.
Interesting enough Array#unshift uses as much memory as the Racc parser and is
about as fast, even though it has to move memory around.
2015-03-21 01:22:59 +01:00
..
oga Use Array#unshift in the LL XML grammar. 2015-03-21 01:22:59 +01:00
oga.rb Lazy decoding of XML/HTML entities. 2015-03-05 23:00:43 +01:00