Re: FIFOs.
Re: FIFOs.
- Subject: Re: FIFOs.
- From: Ondra Cada <email@hidden>
- Date: Mon, 20 Aug 2001 16:34:24 +0200
John,
>
>>>>> John C. Randolph (JCR) wrote at Mon, 20 Aug 2001 07:20:34 -0700:
JCR> Well then, is NSEnumerator worth having? After all, it's just a wrapper
JCR> around an index, isn't it?
Since it is *not* just a wrapper around an index (what's an index for NSSet,
for example?), it is worth having.
Well, do please write all the differences between your NSFIFO and the
NSMutableArray trivial implementation?
(i) effectivity: my argument s are that
- NSMutableArray is *very* effective;
- I estimate that a more effective implementation might be needed in less
than a per mille of code;
(ii) thread-safeness
- trivial implementation with locks
(iii)? (iv)? (v)?
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
- Follow-Ups:
- Re: FIFOs.
- From: "John C. Randolph" <email@hidden>
References: | |
| >Re: FIFOs. (From: "John C. Randolph" <email@hidden>) |