Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6335] gaze seach is slow

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 6335] gaze seach is slow
  • Date: Thu, 11 Mar 2004 02:59:07 -0500

http://bugs.sourcemage.org/show_bug.cgi?id=6335





------- Additional Comments From marek AT printsoft.cz 2004-03-11 02:59 -------
a) By no means, I didn't want to replace gaze, just provide alternative for
it's
common usage (at least for me, sgml newbie).

b) I tried to reimplement it to be exac alternative, it looks only in short,
long, and destcription. Also it's output should be the same (well, no
'thermometer' and results may be sorted in different order)

c) I don't care how slow it was 2 or 3 months ago, I'm sorry ;)

d) Don't worry about my moods, discourage me at will :)

e) this is *imho*
current search is slow because there is:
for (all_spells); do
for (all_phrases); do
spawn grep
...
Perl avoids this fork/spawn, by doing it by itself
I _think_ it could be done a bit faster with find and xargs, might try that :)



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page