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-Thread: 103376,cd703a96ca51de6e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 13 Dec 2005 13:24:49 -0600 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: 'Base References: <3009058.VDBX7uInMf@linux1.krischik.com> X-Newsreader: Tom's custom newsreader Message-ID: Date: Tue, 13 Dec 2005 13:24:49 -0600 NNTP-Posting-Host: 67.169.16.9 X-Trace: sv3-kMq5PytRVqBPZpdooiwuWN/ji4NKtmUhum3qhhzYeWhnYyLmGUIJ5GIPt3QHM5Y2xHnfty2FZuG09X4!n8CjY/vkdbsUxIi5HrMJGa5sUv/CnCmN4LddH9OCeXy5s7baY7LdgHKtg5Nx1ElfyoJrYhsJJ0Q/!ke7zb48wKwWg X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:6871 Date: 2005-12-13T13:24:49-06:00 List-Id: >> a simple test program to transpose a two-dimensional array in Java, >> Ada, C++, and C. The purpose was not really to compare languages, but >> to see the effects of caching. There were two different alogrithms >> used, one a simple nested loop, the other a recursive subdivision with I'd be interested in seeing/trying the code.