swift-atoms
Popular repositories Loading
-
swift-render
swift-render PublicFormat-independent declarative view trees driven by a witness-struct render context, with no backend protocol to conform to, for Swift.
Swift 6
-
-
swift-logic
swift-logic PublicClassical and three-valued Strong Kleene logic operators and result builders for Bool? in Swift.
Swift 2
-
swift-async
swift-async PublicRaw async coordination primitives (Channel/Broadcast/Semaphore/Mutex/Barrier/Promise/Bridge) a layer below AsyncSequence, with ~Copyable element support and typed-throws cancellation.
Swift 2
-
swift-tagged
swift-tagged PublicForked from pointfreeco/swift-tagged
Phantom-typed value wrappers for zero-cost type safety in Swift.
Swift 2
-
swift-store
swift-store PublicPure reduction algebra for the state architecture: a total update, effects as data, and typed communication keys for Swift.
Swift 2
Repositories
- swift-operation Public
- swift-heap Public
Heap — a binary heap / priority queue with configurable min/max ordering (O(log n) push/pop, O(1) peek) over move-only or copyable elements.
- swift-path Public
Lifetime-safe, null-terminated platform-encoded path buffers ready for filesystem syscalls in Swift.
- swift-slab Public
Fixed-capacity, heap-backed slot storage with O(1) bitmap-tracked insert and remove at consumer-chosen indices for Swift.
- swift-deque Public
Deque<S> (Queue.DoubleEnded) — a double-ended queue generic over its ring storage column; O(1) push and pop at either end, with ownership and capacity decided by the column.
- swift-async Public
Raw async coordination primitives (Channel/Broadcast/Semaphore/Mutex/Barrier/Promise/Bridge) a layer below AsyncSequence, with ~Copyable element support and typed-throws cancellation.
- swift-pool Public
Pool.Bounded<Resource> — a bounded async resource pool: scoped acquire/release of ~Copyable resources, with backpressure when exhausted and a destroy hook at shutdown.
- swift-string Public
Null-terminated, single-owner platform-native string storage with non-escapable borrowed views and zero Foundation dependency for Swift.
- swift-coder Public
Bidirectional codec protocol that unifies parsing and serialization into one type with a single typed-throws failure for Swift.
- swift-serializer Public
Declarative one-way value-to-buffer serialization with composable combinators and a result-builder DSL for Swift.
People
This organization has no public members. You must be a member to see who’s a part of this organization.
Top languages
Loading…
Most used topics
Loading…