home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / emacs / sources / 819 < prev    next >
Encoding:
Text File  |  1992-11-22  |  665 b   |  18 lines

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