all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bois Francois-Xavier <fxbois@gmail.com>
To: emacs-devel@gnu.org
Subject: web-mode.el and speed
Date: Mon, 7 Oct 2013 21:29:42 +0200	[thread overview]
Message-ID: <CAK1xyPNY-BzEDvnUk1FUVwtkhxKbYj67cODLJuL6sHJx2kZfbg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 608 bytes --]

Dear Emacsians,

I am the author of web-mode.el (http://web-mode.org) a major mode for
editing web templates (html files with js/css parts, and server blocks).

The performance of this mode is good, but I would like, as a challenge, to
speed up the loading of really huge HTML documents (my test file is
http://www.w3.org/html/wg/drafts/html/master/single-page.html)

I think that using a search-chars-forward (native) function could improve
the performance
(search-chars-foward '(?\< ?\>))

Do you think that such a function could be useful for other modes ? Does a
core developer could implement it ?


Fx

[-- Attachment #2: Type: text/html, Size: 936 bytes --]

             reply	other threads:[~2013-10-07 19:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-07 19:29 Bois Francois-Xavier [this message]
2013-10-07 20:05 ` web-mode.el and speed Eli Zaretskii
2013-10-07 20:21   ` Bois Francois-Xavier
2013-10-07 20:56     ` Andreas Schwab
2013-10-07 22:54     ` Stefan Monnier
2013-10-08  6:21     ` Eli Zaretskii
2013-10-09 11:04     ` Andreas Röhler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK1xyPNY-BzEDvnUk1FUVwtkhxKbYj67cODLJuL6sHJx2kZfbg@mail.gmail.com \
    --to=fxbois@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.