From: | Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: What O/S or hardware feature would be useful for databases? |
Date: | 2007-06-16 22:26:46 |
Message-ID: | 467463A6.8010409@cox.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 06/16/07 17:05, Alexander Staubo wrote:
> On 6/16/07, Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net> wrote:
>> > Hardware acceleration for quickly counting the number of
>> > set/unset/matching bits?
>>
>> x86 doesn't already do that?
>
> I don't think so. The fastest way, I believe, is to use precomputed
> lookup tables. Same for finding the least/most significant set/unset
> bit, and other operations useful for dealing with bit vectors.
A couple of new AMD Barcelona opcodes might help do that:
http://www.anandtech.com/showdoc.aspx?i=2939&p=6
While on the topic of instructions, AMD also introduced
a few new extensions to its ISA with Barcelona. There are
two new bit manipulation instructions: LZCNT and POPCNT.
Leading Zero Count (LZCNT) counts the number of leading
zeros in an op, while Pop Count counts the leading 1s in
an op. Both of these instructions are targeted at crypto-
graphy applications.
--
Ron Johnson, Jr.
Jefferson LA USA
Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Staubo | 2007-06-16 23:20:48 | Re: What O/S or hardware feature would be useful for databases? |
Previous Message | Alexander Staubo | 2007-06-16 22:23:11 | Re: Using the GPU |