emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 28183e4 188/271: Readme.


From: Jackson Ray Hamilton
Subject: [elpa] master 28183e4 188/271: Readme.
Date: Thu, 05 Feb 2015 18:31:05 +0000

branch: master
commit 28183e4043b7b95647078460242aff1222509e0d
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]