fast and simple array ? (NSAnimation)

2007-03-22 Thread Xavier Glattard
Hi NSAnimation class needs an array of floats that may grow... (for progress marks) Is there a gnustep tool (c functions, macros,...) that manages such data efficiently ? (IMHO a NSMutableArray containing NSNumber objects would be quite slow and fat) thanks Xavier ___

Re: fast and simple array ? (NSAnimation)

2007-03-22 Thread Richard Frith-Macdonald
On 22 Mar 2007, at 13:59, Xavier Glattard wrote: Hi NSAnimation class needs an array of floats that may grow... (for progress marks) Is there a gnustep tool (c functions, macros,...) that manages such data efficiently ? (IMHO a NSMutableArray containing NSNumber objects would be quite slow and

Re: fast and simple array ? (NSAnimation)

2007-03-23 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > The base library contains an extension header (GSIArray,h) which > provides array management macros for fast C style arrays. It's used > in various places within the coire libraries. Thanks :-) That's what i'm looking for. May i sugge