On Tuesday 30 July 2013 12:08:15 Ivanko B wrote: > What is the actual case of application? > ==================== > Fast loading|manipulating a huge-size mixture of data of several > predefined types - integer, string, real & record with strings (not > UNION-ed because of refcounting). It's not mine personally but by > FreePascal.Ru. Those guys also suggest to keep virtual (different from > real phys memory used) array length counting so that to allocate much > more length as really needed to avoid frequent (per each new element) > REALLOC (SetLength by FPC) calls which are very slow. > MSEgui has such a mechanism for dynamic arrays (additem() with count parameter).
Martin ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

