Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 9386] tablet_import_repair_files slow

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 9386] tablet_import_repair_files slow
  • Date: Mon, 1 Aug 2005 08:04:57 -0700 (PDT)

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





------- Additional Comments From acedit AT armory.com 2005-08-01 08:04 -------
this patch will look in all grimoires for REPAIR files, but only in spell
directories, tablet_import_repair_files_page will only import them from the
first version of the spell found, but it also looks in the grimoire and
section
dirs.

Im also concerned since it does a find across all the grimoires, that can
amount
to a lot of slowdown if you have all the grimoires..

the slowdown in the current code is that theres a fork for each page,
regardless
of if there are repair files, we should do a codex lookup for each chapter and
see if there are REPAIR files in that section/spell/grimoire. if so, then
enter
the subroutine. That should amount to the subroutine rarely ever being called
instead of constantly being called (unless there are grimoire repair files in
which case theres nothing we can do).

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- 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