branch: master
commit 28183e4043b7b95647078460242aff1222509e0d
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Readme.
---
 README.md |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index d8b6033..063a9c7 100644
--- a/README.md
+++ b/README.md
@@ -32,12 +32,15 @@ code*.
 
 - Supported languages: JavaScript
 - Light and dark (customizable) color schemes.
-- Fast AST parsing. Some total parse + recolor times:
+- Mach speed for regular files, reasonably-fast for big ones.
   - jQuery (9191 lines): 0.43 seconds (js2-mode), 0.63 seconds (js-mode)
   - Lodash (6786 lines): 0.19 seconds (js2-mode), 0.37 seconds (js-mode)
   - Async (1124 lines): 0.05 seconds (js2-mode), 0.17 seconds (js-mode)
   - mkdirp (98 lines): 0.005 seconds (js2-mode), 0.09 seconds (js-mode)
 
+* js2-mode parses idly, irrespective of this plugin; its benchmarks represent
+coloring only. js-mode benchmarks represent parsing and coloring.
+
 ## Usage
 
 Requires Emacs 24+.

Reply via email to