Hi, No, methods #2 and #3 are identical in terms of performance.
In #2 there is no parsing of the LED file. It was pre-parsed by the ledc program. So actually the speed advantage is bigger. Best, Scuri > The three ways to use IUP in a C program: > 1. Have separate LED files that are parsed at runtime. > 2. Convert the LED files with ledc and compile into the C program. > 3. Use the C API in the C program. > > I read there is a small startup speed advantage of #2 over #1 because the > parsing step is done at compile time. Is there any difference in size or > performance between methods #2 and #3? ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
