Re: Multidimensional Packed Bit Array
- From: christery@xxxxxxxxx
- Date: Sun, 30 Dec 2007 06:33:38 -0800 (PST)
the offset and multiplier for each dimension is simply the total size of the
lower order dimension.
so for an array a[3,3,3]
would be 27 bits big, a[x,y,z] -> BitArrayStore[x*9+y*3+z]
Colin =^.^=
just dont get it, should be 3*3*3=27,
x*9+y*3+z is what? new mathematics? what is x,y,z? 3*9+3*3+3 != 27
just dont get it *as always*
But u are probably correct...
//CY
.
- Follow-Ups:
- Re: Multidimensional Packed Bit Array
- From: colin
- Re: Multidimensional Packed Bit Array
- From: Bill Butler
- Re: Multidimensional Packed Bit Array
- References:
- Multidimensional Packed Bit Array
- From: Thomas Bruckner
- Re: Multidimensional Packed Bit Array
- From: colin
- Multidimensional Packed Bit Array
- Prev by Date: Re: filesystem watcher and more
- Next by Date: Re: lock(this) hangs
- Previous by thread: Re: Multidimensional Packed Bit Array
- Next by thread: Re: Multidimensional Packed Bit Array
- Index(es):
Relevant Pages
|