2 "name": "MAMirroredQueue",
4 "summary": "A thread safe, lockless, ring buffer implementation in Cocoa.",
5 "description": " MAMirroredQueue is a ring buffer implementation that uses virtual memory tricks to achieve\n fast operation, avoid copying data, and thread safety without using locks.\n",
6 "homepage": "https://github.com/mikeash/MAMirroredQueue",
9 "Mike Ash": "mike@mikeash.com"
12 "git": "https://github.com/mikeash/MAMirroredQueue.git",
13 "commit": "4bc78f0cedf1a9e36c68fc2d70f77cb339778af2"
20 "AllocateMirrored.{c,h}",
21 "MAMirroredQueue.{m,h}"
23 "public_header_files": "MAMirroredQueue.h",