Re: copymemory basic question
- From: "Karl E. Peterson" <karl@xxxxxxxx>
- Date: Thu, 1 Sep 2005 18:01:06 -0700
mscir wrote:
> Have you seen this:
>
> http://www.aivosto.com/vbtips/not-optimize.html
>
> Static makes your app sooo static
>
> Did you know that Static local variables are slower than the normal
> Dim locals? One could think that Statics are faster as they don't
> need to get allocated every time you call the procedure. But it's not
> so. Use Dim unless you have to do Static.
Never had, no. Sure wish they offered some rationale for that, other than just
"because I said so." I've got an app here where it's clearly not the case. On some
machines, anyway. Would definitely be interesting to get to the bottom of it!
--
Working Without a .NET?
http://classicvb.org/petition
.
- Follow-Ups:
- Re: copymemory basic question
- From: Tony Proctor
- Re: copymemory basic question
- References:
- Re: copymemory basic question
- From: Karl E. Peterson
- Re: copymemory basic question
- From: Donald Lessau
- Re: copymemory basic question
- From: Jim Mack
- Re: copymemory basic question
- From: Donald Lessau
- Re: copymemory basic question
- From: Karl E. Peterson
- Re: copymemory basic question
- From: Jim Mack
- Re: copymemory basic question
- From: Karl E. Peterson
- Re: copymemory basic question
- From: Jim Mack
- Re: copymemory basic question
- From: Karl E. Peterson
- Re: copymemory basic question
- From: Donald Lessau
- Re: copymemory basic question
- From: Karl E. Peterson
- Re: copymemory basic question
- From: mscir
- Re: copymemory basic question
- Prev by Date: Re: copymemory basic question
- Next by Date: Re: How to connect to a network drive
- Previous by thread: Re: copymemory basic question
- Next by thread: Re: copymemory basic question
- Index(es):
Relevant Pages
|
Loading