This package contains "thread safe" data structures such as queues and stacks etc. This isn't intended to be a solution for everyones threading problems and mainly for my own usage since I do this as a hobby. That said use it at your own risk.
Description
- Swift Tools 5.7.0
Description
{ "name": "sebbu-ts-ds", "path": "/usr/src/package", "targets": [ { "name": "SebbuTSDSTests", "path": "Tests/SebbuTSDSTests", "type": "test", "c99name": "SebbuTSDSTests", "sources": [ "SebbuTSDSDequeTests.swift", "SebbuTSDSLockFreeBenchmarks.swift", "SebbuTSDSLockFreeQueueTests.swift", "SebbuTSDSLockTests.swift", "SebbuTSDSLockedBenchmarks.swift", "SebbuTSDSLockedDictionaryTests.swift", "SebbuTSDSLockedQueueTests.swift", "SebbuTSDSLockedStackTests.swift", "SebbuTSDSTestUtils.swift", "SebbuTSDSThreadPoolTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "SebbuTSDS" ], "product_dependencies": [ "Atomics" ] }, { "name": "SebbuTSDS", "path": "Sources/SebbuTSDS", "type": "library", "c99name": "SebbuTSDS", "sources": [ "Lock Free/Queues/MPMCBoundedQueue.swift", "Lock Free/Queues/MPSCBoundedQueue.swift", "Lock Free/Queues/MPSCQueue.swift", "Lock Free/Queues/SPMCBoundedQueue.swift", "Lock Free/Queues/SPSCBoundedQueue.swift", "Lock Free/Queues/SPSCQueue.swift", "Lock Free/Stacks/MPMCStack.swift", "Lock Free/Stacks/SPSCBoundedStack.swift", "Locked/Heaps/LockedPriorityQueue.swift", "Locked/Heaps/SpinlockedPriorityQueue.swift", "Locked/LockedArray.swift", "Locked/LockedDictionary.swift", "Locked/Queues/LockedBoundedQueue.swift", "Locked/Queues/LockedDeque.swift", "Locked/Queues/LockedQueue.swift", "Locked/Queues/SpinlockedBoundedQueue.swift", "Locked/Queues/SpinlockedDeque.swift", "Locked/Queues/SpinlockedQueue.swift", "Locked/Stacks/LockedBoundedStack.swift", "Locked/Stacks/LockedStack.swift", "Locked/Stacks/SpinlockedBoundedStack.swift", "Locked/Stacks/SpinlockedStack.swift", "Protocols/ConcurrentDeque.swift", "Protocols/ConcurrentQueue.swift", "Protocols/ConcurrentStack.swift", "Utilities/BoundedThreadPool.swift", "Utilities/Lock.swift", "Utilities/Spinlock.swift", "Utilities/ThreadPool.swift", "Utilities/Utilities.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "SebbuTSDS" ], "target_dependencies": [ "CSebbuTSDS" ], "product_dependencies": [ "Atomics", "DequeModule", "HeapModule" ] }, { "name": "CSebbuTSDS", "path": "Sources/CSebbuTSDS", "type": "library", "c99name": "CSebbuTSDS", "sources": [], "module_type": "ClangTarget", "product_memberships": [ "SebbuTSDS" ] } ], "products": [ { "name": "SebbuTSDS", "type": { "library": [ "automatic" ] }, "targets": [ "SebbuTSDS" ] } ], "platforms": [ { "name": "macos", "version": "10.12" }, { "name": "ios", "version": "10.0" } ], "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "type": "sourceControl", "identity": "swift-atomics", "requirement": { "range": [ { "lower_bound": "1.1.0", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/apple/swift-collections.git", "type": "sourceControl", "identity": "swift-collections", "requirement": { "branch": [ "main" ] } } ], "tools_version": "5.7", "manifest_display_name": "sebbu-ts-ds" }
Package Dump
{ "name": "sebbu-ts-ds", "targets": [ { "name": "SebbuTSDS", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "Atomics", "swift-atomics", null, null ] }, { "product": [ "DequeModule", "swift-collections", null, null ] }, { "product": [ "HeapModule", "swift-collections", null, null ] }, { "byName": [ "CSebbuTSDS", null ] } ], "packageAccess": false }, { "name": "CSebbuTSDS", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "SebbuTSDSTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SebbuTSDS", null ] }, { "product": [ "Atomics", "swift-atomics", null, null ] } ], "packageAccess": false } ], "products": [ { "name": "SebbuTSDS", "type": { "library": [ "automatic" ] }, "targets": [ "SebbuTSDS" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.12", "platformName": "macos" }, { "options": [], "version": "10.0", "platformName": "ios" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-atomics", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-atomics.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.1.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "swift-collections", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-collections.git" } ] }, "requirement": { "branch": [ "main" ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.7.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- swift-atomics1.2.0
- swift-collectionsunspecified
Dependencies
{ "url": "/usr/src/package", "name": "sebbu-ts-ds", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.2.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "unspecified", "identity": "swift-collections", "dependencies": [] } ] }