From: "Bob Pearson" <rpearson@systemfabricworks.com>
To: "'Joakim Tjernlund'" <joakim.tjernlund@transmode.se>
Cc: <akpm@linux-foundation.org>, <fzago@systemfabricworks.com>,
<linux@horizon.com>, <linux-kernel@vger.kernel.org>
Subject: RE: [patch v3 6/7] crc32: add-slicing-by-8.diff
Date: Tue, 9 Aug 2011 15:52:34 -0500 [thread overview]
Message-ID: <018501cc56d6$448293a0$cd87bae0$@systemfabricworks.com> (raw)
In-Reply-To: <OFBF50514E.82734B36-ONC12578E7.005E58EE-C12578E7.005F648F@transmode.se>
> > - extend largest BITS size from 32 to 64
> > - extend table from tab[4][256] to tab[8][256]
> > - change algorithm to align on 8 byte boundary
> > (it was noted that all that is really required
> > is that the inner loop must comsume 8 bytes.
> > As written it can start on even or odd 4 byte
> > boundary.)
> So why not do that in the code too?
>
I did the experiment with the random test set and it is a couple of % faster
so I made the change. I had thought that it wouldn't make a measurable
difference.
next prev parent reply other threads:[~2011-08-09 20:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-09 5:27 [patch v3 6/7] crc32: add-slicing-by-8.diff Bob Pearson
2011-08-09 11:21 ` George Spelvin
2011-08-09 15:28 ` Bob Pearson
2011-08-09 17:21 ` Joakim Tjernlund
2011-08-09 20:52 ` Bob Pearson [this message]
2011-08-10 9:32 ` Joakim Tjernlund
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='018501cc56d6$448293a0$cd87bae0$@systemfabricworks.com' \
--to=rpearson@systemfabricworks.com \
--cc=akpm@linux-foundation.org \
--cc=fzago@systemfabricworks.com \
--cc=joakim.tjernlund@transmode.se \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@horizon.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.