Using pg_bitutils.h in tidbitmap.c. - Mailing list pgsql-hackers

From Thomas Munro
Subject Using pg_bitutils.h in tidbitmap.c.
Date
Msg-id CA+hUKGLRN4_8sPHrwr4HDRV-_+_MddOyJ_Wc=2C2j6Hc0kkNig@mail.gmail.com
Whole thread Raw
List pgsql-hackers
tidbitmap.c's operations loop over all the bits, but could leap over
zeros with bitmap instructions like bitmapset.c.  Hard to imagine that
matters, but I think it also comes out easier to read?

Attachment

pgsql-hackers by date:

Previous
From: Kirill Reshke
Date:
Subject: Re: Add pg_get_injection_points() for information of injection points
Next
From: Ranier Vilela
Date:
Subject: Re: Add pg_get_injection_points() for information of injection points