-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The key point is not to massage the entire DOM before finding the subset we care about. Instead, find it first, massage only that. Also when finding the extract, take the opportunity to use `dom-search` more -- which isn't necessarily much faster, but avoids some recursion, which isn't Emacs Lisp's strength.
- Loading branch information
1 parent
f6d68fb
commit 3cffba6
Showing
1 changed file
with
39 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters