From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e06ac014b37d3dcd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-24 06:37:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Memory chunks: are they much speed-up? Date: 24 Jan 2003 09:37:12 -0500 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3e30f9a1$0$33922$bed64819@news.gradwell.net> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1043419771 9321 128.183.235.92 (24 Jan 2003 14:49:31 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 24 Jan 2003 14:49:31 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:33401 Date: 2003-01-24T14:49:31+00:00 List-Id: porton@ex-code.com (Victor Porton) writes: > Is allocating memory in chunks by several (small) objects at once a > significant speed-up (compared to standard allocators) in typical Ada > impl.? It might be. Depends on whether the standard allocator already does that. So you'll have to test and see; the answer will vary with compiler & os & target chip. -- -- Stephe