Clarify README performance feature a bit
This commit is contained in:
parent
dead5b4f51
commit
00ab8bbe73
|
@ -158,7 +158,7 @@ Querying a document using a namespace:
|
||||||
* Stream/pull parsing
|
* Stream/pull parsing
|
||||||
* SAX parsing
|
* SAX parsing
|
||||||
* Low memory footprint
|
* Low memory footprint
|
||||||
* High performance, if something doesn't perform well enough it's a bug
|
* High performance (taking into account most work happens in Ruby)
|
||||||
* Support for XPath 1.0
|
* Support for XPath 1.0
|
||||||
* CSS3 selector support
|
* CSS3 selector support
|
||||||
* XML namespace support (registering, querying, etc)
|
* XML namespace support (registering, querying, etc)
|
||||||
|
|
Loading…
Reference in New Issue