Re: WRT *BooleanArray

2006-02-20 Thread Leopold Toetsch
On Feb 20, 2006, at 18:25, Bernhard Schmalhofer wrote: Is there a performance penalty for having these methods? No, just a bit of more code size. Well, looks like compiler writers wants these methods, so we'll keep 'em. leo

Re: WRT *BooleanArray

2006-02-20 Thread Bernhard Schmalhofer
Bob Rogers schrieb: From: Leopold Toetsch <[EMAIL PROTECTED]> Date: Mon, 20 Feb 2006 14:55:03 +0100 in order to store the contents of a PMC into a boolean array? What do I et al. I think, if you use a BooleanArray with compact storage you are knowing why and don't need automatic conver

WRT *BooleanArray

2006-02-20 Thread Bob Rogers
From: Leopold Toetsch <[EMAIL PROTECTED]> Date: Mon, 20 Feb 2006 14:55:03 +0100 *) I don't think that *BooleanArray should support: set P0[0], 3.2 set P0[1], "foo" set P0[2], P1 So I would need to do set I1, P1 set P0[2], I1 in order to store the cont

Re: WRT *BooleanArray

2006-02-20 Thread Matt Fowles
Leo~ On 2/20/06, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > *) the resizable variant is heavily borked WRT allocation size > fixes welcome > > *) I don't think that *BooleanArray should support: > >set P0[0], 3.2 >set P0[1], "foo" >set P0[2], P1 > > nor > >set N0, P[0] >.

WRT *BooleanArray

2006-02-20 Thread Leopold Toetsch
*) the resizable variant is heavily borked WRT allocation size fixes welcome *) I don't think that *BooleanArray should support: set P0[0], 3.2 set P0[1], "foo" set P0[2], P1 nor set N0, P[0] ... et al. I think, if you use a BooleanArray with compact storage you are knowing why