Definition
A technique that uses individual bits of an integer to represent set membership, enabling fast operations.
A representation that packs boolean set membership into integer bits to enable bitwise operations for conflict detection or fast intersection; cited in the ScientistOne audit as a method-section claim not actually implemented in the submitted code.