From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7bde580517c8d8bcfc1dc0f38c3c649d@coraid.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] ports from GPL From: Brantley Coile Date: Sat, 18 Mar 2006 08:30:39 -0500 In-Reply-To: <775b8d190603172212g47d7e069yd59417a1c293945e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 185e0618-ead1-11e9-9d60-3106f5b1d025 > their major mistake, apart from not thinking before coding, is that all > of those stupid inlines blow your cache and ken is clever. This is a big deal. Assumptions learned early in our careers had very hard to change. A few years back I wrote a DES implementaiton that on 0 loops. Ran like a dog because it pretty much filled the cache. Hard to stop thinking that memory isn't flat.