Click or drag to resize

EwahCompressedBitArray Constructor (Int32)

Sets explicitly the buffer size (in 64-bit words). The initial memory usage will be "buffersize * 64". For large poorly compressible bitmaps, using large values may improve performance.

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public EwahCompressedBitArray(
	int buffersize
)

Parameters

buffersize
Type: SystemInt32
buffersize number of 64-bit words reserved when the object is created
See Also