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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-24 00:40:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.telebyte.nl!zen.net.uk!news.cabal.org.uk!news-peer.gradwell.net!not-for-mail Newsgroups: comp.lang.ada From: porton@ex-code.com (Victor Porton) Date: Fri, 24 Jan 2003 13:27:51 +0500 Organization: Extreme Code Software (http://ex-code.com) Subject: Memory chunks: are they much speed-up? Mime-Version: 1.0 X-Newsreader: knews 1.0b.1 Content-Type: text/plain; charset=us-ascii X-URL: http://www.ex-code.com/ Message-ID: <3e30f9a1$0$33922$bed64819@news.gradwell.net> NNTP-Posting-Date: 24 Jan 2003 08:30:25 GMT NNTP-Posting-Host: 195.149.39.13 X-Trace: 1043397025 news.gradwell.net 33922 mail2news/195.149.39.13 X-Complaints-To: news-abuse@gradwell.net Xref: archiver1.google.com comp.lang.ada:33392 Date: 2003-01-24T08:30:25+00:00 List-Id: Is allocating memory in chunks by several (small) objects at once a significant speed-up (compared to standard allocators) in typical Ada impl.?