[Biococoa-dev] NSMutableData vs malloc

Charles Parnot charles.parnot at gmail.com
Sun Jul 10 19:41:46 EDT 2005


On Jul 10, 2005, at 3:44 PM, Koen van der Drift wrote:

>
> On Jul 10, 2005, at 6:28 PM, John Timmer wrote:
>
>
>> Change unichar methods in BCSymbol classes to use unsigned char's
>> Change SymbolSet methods to handle unsigned char's
>> Add an NSMutableData ivar to BCSequence hold the char array
>> Modify BCSequence initialization methods to create the char array
>> Add new methods to BCSequence to start working with the unsigned  
>> chars
>>
>>
>
> I think it should go into BCAbstractSequence, correct?  Also why  
> not use const char and NSData, since BCSequence is immutable?
>
> Other than that, go for it and we'll clean up the mess :)
>
> cheers,
>
> - Koen.

I know you mentioned it before, but why are you saying that  
BCSequence is immutable? So far, it has always been mutable, and if  
we are going to have just one option, it should be the mutable one. I  
believe many of the others agree?

charles


--
Xgrid-at-Stanford
Help science move fast forward:
http://cmgm.stanford.edu/~cparnot/xgrid-stanford

Charles Parnot
charles.parnot at gmail.com






More information about the Biococoa-dev mailing list