]> code.delx.au - gnu-emacs-elpa/commitdiff
Readme.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 30 Dec 2014 19:37:47 +0000 (11:37 -0800)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 30 Dec 2014 19:37:47 +0000 (11:37 -0800)
README.md

index d8b6033ebc8ff36e3854b4261b055ea16819a444..063a9c7446ea2e4adbe05cbdb7690e26ab4feccc 100644 (file)
--- 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+.