BitIntegers.jl
BitIntegers.jl copied to clipboard
Support for integers with size a non-multiple of 8
Integers like Int7 and Int53 are supported via llvmcall.
The storage size, the size of the primitive type, is the next multiple of 8.
At some point in time, julia might support this with primitive type, the transition to that should be reasonably easy.