Re: Yet another fast GiST build - Mailing list pgsql-hackers

From Yuri Astrakhan
Subject Re: Yet another fast GiST build
Date
Msg-id 158588386061.24526.3395880113188672625.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: Yet another fast GiST build  (Darafei "Komяpa" Praliaskouski <me@komzpa.net>)
Responses Re: Yet another fast GiST build  (Darafei "Komяpa" Praliaskouski <me@komzpa.net>)
List pgsql-hackers
Awesome addition!  Would it make sense to use x86's BMI2's PDEP instruction, or is the interleave computation too small
ofa percentage to introduce not-so-easy-to-port code?  Also, I think it needs a bit more documentation to explain the
logic,i.e. a link to https://stackoverflow.com/questions/39490345/interleave-bits-efficiently ?  Thx for making it
faster:) 

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: [PATCH] Keeps tracking the uniqueness with UniqueKey
Next
From: Dilip Kumar
Date:
Subject: Re: WAL usage calculation patch