Arbitrary Size Integer Arrays

Walter Bright newshound1 at digitalmars.com
Wed Sep 23 23:12:15 PDT 2009


Don wrote:
> If you provide slice access (eg, give me elements [a..b] as an array of 
> ints) then you can have reasonable performance. Unpacking consecutive 
> elements can be done quite efficiently (it's an interesting optimisation 
> problem, though!).

It wouldn't be slicable because a slice would have to start at the 
beginning of a byte. The D bit type died in that quagmire.



More information about the Digitalmars-d mailing list