flash - the import * - slows the application? -


when write:

import flash.display.*; // importing classes of display  import flash.display.movieclip; // importing 1 class 

and likewise other classes, question is: if import classes package application work more if import needed classes?

is true or false?

that false. importing more classes namespace should not affect speed of application not cause more code run.


Comments

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -