|
Yamabushi Apprentice
Joined: 29 Jul 2003 Posts: 101 Location: USA
|
Posted: Sat Aug 28, 2004 9:53 pm
Speed, speed, speed |
Ok. Here's my issue. I checked the speed at which everything is running in Zmud, which clocked out to 17.2 using CTRL-Q to check it's speed.
After turning off all my triggers, the lowest I could get is 12.3. Which would seem ok, but heres the issue.
I tested this method on my old computer, and it ran at 5.5. And it's a 700 MHz AMD computer, and my new one is a PIV 2.8 GHz. I would imagine that it would run faster.
The old OS is Windows 2k, the new one is XP.
I did a final test by connecting to a new mud, and testing it, without anything done in the setting files. And it tested to 3.3.
The question is, what happened to the old mud setting file to make it where it doesn't run any faster than 12.3, and how can I fix it and speed up Zmud.
Thanks |
|
_________________ Yama |
|
|
|
Yamabushi Apprentice
Joined: 29 Jul 2003 Posts: 101 Location: USA
|
Posted: Mon Aug 30, 2004 3:07 am |
anyone have any ideas on this one?
|
|
_________________ Yama |
|
|
|
Yamabushi Apprentice
Joined: 29 Jul 2003 Posts: 101 Location: USA
|
Posted: Tue Aug 31, 2004 4:54 am |
?
|
|
_________________ Yama |
|
|
|
Falan Wanderer
Joined: 17 Aug 2004 Posts: 98 Location: OK, USA
|
|
_________________ zMUD 7.05a |
|
|
|
mr_kent Enchanter
Joined: 10 Oct 2000 Posts: 698
|
|
|
|
Yamabushi Apprentice
Joined: 29 Jul 2003 Posts: 101 Location: USA
|
Posted: Tue Aug 31, 2004 2:47 pm |
Ok, I'll test things out this way too, and see what it does.
I'll let you guys know. |
|
_________________ Yama |
|
|
|
Yamabushi Apprentice
Joined: 29 Jul 2003 Posts: 101 Location: USA
|
Posted: Tue Aug 31, 2004 3:09 pm |
This is the thing I don't understand though. My 700 Mhz machine with 380MB of ram is running things faster than my 2.8 Ghz with 1G of ram. When my settings file is in use.
What could be in there that's so different, seeing that i copied my settings from the 2.8 machine and brought them into the 700 about a week ago. *boggles* |
|
_________________ Yama |
|
|
|
DeReP Adept
Joined: 14 Jun 2003 Posts: 222 Location: Chile
|
Posted: Tue Aug 31, 2004 4:49 pm |
I have an athlon 2600 and zmud runs the benchmark at 0.6 seconds without settings, and with the settings I have, 2 seconds (there are a ton of settings =))
|
|
|
|
Yamabushi Apprentice
Joined: 29 Jul 2003 Posts: 101 Location: USA
|
Posted: Tue Aug 31, 2004 5:51 pm |
Yeah, that's what was wondering, the PIV 2.8Ghz is hyperthreaded, and has a 800 MHz front side bus. It blows away my duron 700 MHz, but for some reason, there is something funny with my settings file. I don't have that many triggers, mainly they are all direct matches, with highlighting going on. There are a few with wildcards, but I'd say it's less than 15 of them.
|
|
_________________ Yama |
|
|
|
Yamabushi Apprentice
Joined: 29 Jul 2003 Posts: 101 Location: USA
|
Posted: Wed Sep 01, 2004 4:14 am |
I finally got the benchmark without any settings to 0.9, cleared everything out of zmud though to do it. I'll have to rebuild my character file. *blahs*
UPDATE
got all my old aliases and triggers in, and it's jumped to 4.3
Much better than before, but could be better. Any things I can do to speed both up more? |
|
_________________ Yama |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Wed Sep 01, 2004 11:48 am |
4.3 is pretty good :P but here are things to keep in mind if you REALLY care about these things.
Make your trigger patterns as SPECIFIC as possible using as FEW wildcards as possible.
In order from slower to faster with comments (From the top of my head)
--- #TR {a %w hornet worth %d}
--- #TR {^a %w hornet worth %d} //Anchors the start of line so trigger doesn't look mid line etc
--- #TR {^a {red|blue|gold} hornet worth %d coins.$} //matches start and end of line with few wildcards
--- #TR {^a gold hornet worth 50 coins.$} //Verbatim match the fastest possible!
Making it a regex trigger will not change speed as Zmud autoconverts it to regex in memory. (when it first loads or fires not sure which)
my current trigger set with lots of unneeded extras open runs at 28.7 ish and I don't notice any slowness so if your doing 4.3 be happy :P |
|
|
|
|
|