Nicolas Cellier wrote:
Do it right + modern cpu speed improvements >> do it fast + painful debugging100% agree. Do it right > do it fast. plus in the future, system speed improvements may depend entirely on multi-core/multi-threaded operation. cheers -ben We must not turn usage of the library into something fragile for the sake of speed. We already make the code itself fragile more often than not in term of complexity (harder to understand/test/change).Especially, introduction of shared mutable states (global, class vars, singleton or any other form) should ring an alarm in reviewers head (This is some very old Squeak code in this case, so Squeakers are to blame, but we're all in same bath). 2013/9/23 Henrik Johansen <[email protected]>On Sep 23, 2013, at 3:33 , Max Leske <[email protected]> wrote: |
- Re: [Pharo-dev] 11635: Race condition in SequenceableCol... Max Leske
- Re: [Pharo-dev] 11635: Race condition in Sequenceab... Henrik Johansen
- Re: [Pharo-dev] 11635: Race condition in Sequen... Nicolas Cellier
- Re: [Pharo-dev] 11635: Race condition in Se... Stéphane Ducasse
- Re: [Pharo-dev] 11635: Race condition i... Nicolas Cellier
- Re: [Pharo-dev] 11635: Race condit... btc
- Re: [Pharo-dev] 11635: Race condit... Max Leske
- Re: [Pharo-dev] 11635: Race condit... Henrik Johansen
- Re: [Pharo-dev] 11635: Race condit... Max Leske
- Re: [Pharo-dev] 11635: Race condition in Se... btc
- Re: [Pharo-dev] 11635: Race condition in SequenceableCol... Stéphane Ducasse
