From 00ab8bbe73e6c28921fa9ac0c3e54eddfcecd20c Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 21 Apr 2016 15:37:15 +0200 Subject: [PATCH] Clarify README performance feature a bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef1fc97..d9e5c30 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Querying a document using a namespace: * Stream/pull parsing * SAX parsing * 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 * CSS3 selector support * XML namespace support (registering, querying, etc)