# Packages

No description provided by the author

# Functions

GetMode performs a check to see if the current ISA supports the below encoding funcs.
Put4uint32DeltaScalar will differentially encode 4 uint32 values from in into out.
Put4uint32Scalar will encode 4 uint32 values from in into out using the Stream VByte format.
Put8uint32 is a general func you can use to encode 8 uint32's at a time.
Put8uint32Delta is a general func you can use to encode 8 differentially coded uint32's with at a time.
Put8uint32DeltaFast binds to put8uint32DeltaFast which is implemented in assembly.
Put8uint32DeltaFastAsm works similarly to put8uint32Fast except that prior to encoding the 8 uint32s, we first use differential coding to change the original numbers into deltas using SIMD techniques.
Put8uint32DeltaScalar will differentially encode 8 uint32 values from in into out.
Put8uint32Fast binds to put8uint32Fast which is implemented in assembly.
Put8uint32FastAsm has three core phases.
Put8uint32Scalar will encode 8 uint32 values from in into out using the Stream VByte format.
PutUint32DeltaScalar encodes up to 4 integers from in into out using the Stream VByte format.
PutUint32Scalar encodes up to 4 integers from in into out using the Stream VByte format.

# Constants

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author