Re: what do you think
Rhys Weatherley <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Organization | Southern Storm Software, Pty Ltd |
| Message-ID | <[email protected]> |
On Monday 19 July 2004 01:09 am, Neil Cawse wrote: > What do you think about reducing the instance size doing this: I don't have any objection, although I probably wouldn't use "BitVector32", because it isn't portable across profiles, and each operation will involve a method call overhead. A simple "int" would suffice. Cheers, Rhys.