home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.sources
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!chemabs!zfs60
- From: zfs60@cas.org (Zhiyong John Shen)
- Subject: efficient regex search in elisp?
- Message-ID: <ZFS60.92Nov23074051@zfs60mws.cas.org>
- Sender: usenet@cas.org
- Organization: Chemical Abstracts Service, Columbus, Ohio
- Date: Mon, 23 Nov 1992 12:40:51 GMT
- Lines: 7
-
- it seems that re-search-forward are not very efficient when i try to
- search a large database (sorted), probably it uses linear search. are
- their any elisp codes floating around that does more efficient regex
- searching? maybe using binary search or something like that? thanks
- for any info.
-
- --john
-