Crysda::NullBitmap
=========================================================================== Null Bitmap - 1 bit per element for efficient null tracking Uses UInt64 words with SIMD acceleration for bulk operations
Constants
SIMD_THRESHOLD = 4
SIMD threshold - use SIMD for bitmaps with >= this many words
Constructors
Build bitmap directly from parsing - avoids intermediate Array(T?)
Instance methods
any?
Sourcenone?
Sourcesize
Source