Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Minor performance improvements





On Tue, 27 Feb 2007, Nelson Arape wrote:

I think that your patch could be better if instead of using the "signed" right shift operator (>>) followed by a bit mask, use directly the "unsigned" right shift operator (>>>)

Indeed that does improve things slightly. I didn't even know that operator existed.

I've applied this patch:
http://gborg.postgresql.org/pipermail/pgjdbc-commit/2007-February/000594.html

Kris Jurka



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group