Re: Locks
Re: Locks
- Subject: Re: Locks
- From: Scott Ribe <email@hidden>
- Date: Fri, 09 Dec 2011 20:48:18 -0700
On Dec 9, 2011, at 4:58 PM, Kyle Sluder wrote:
> There are plenty of sufficient locking primitives already implemented
> and debugged on the platform. There is really no excuse for an
> application developer to go around writing your own or reimplementing
> ones that others have invented.
Truly. If you really want low latency, and you're sure of what you're doing, there's OSSpinLockLock--assuming you really know that you'll have low contention.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Locks (From: koko <email@hidden>) |
| >Re: Locks (From: Ian Joyner <email@hidden>) |
| >Re: Locks (From: Kyle Sluder <email@hidden>) |