Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   I wish I had dcc32 -dontmakemycodeslow (https://www.delphipraxis.net/192702-i-wish-i-had-dcc32-dontmakemycodeslow.html)

DP News-Robot 11. Mai 2017 21:10

I wish I had dcc32 -dontmakemycodeslow
 
Quick, what is wrong with this code performance wise?function TWhereIterator.MoveNext: Boolean;var current: T;begin Result := False; if fState = STATE_ENUMERATOR then begin fEnumerator := fSource.GetEnumerator; fState := STATE_RUNNING; end; if fState = STATE_RUNNING then begin ...http://feeds.feedburner.com/~r/delph...~4/dNbXCC_35bw

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 09:10 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz