oga/lib
Yorick Peterse 4469ffc5b1 Improved HTML void element detection performance.
This ensures we only call String#downcase if we can't find an all lowercased
*and* all uppercased version of the element name. This in turn can save as many
object allocations as there are HTML opening tags.

This fixes #52.
2014-09-24 11:07:34 +02:00
..
oga Improved HTML void element detection performance. 2014-09-24 11:07:34 +02:00
oga.rb Implemented a basic SAX API. 2014-09-16 14:30:46 +02:00