Swiftpack.co - Swift Packages by vale-cocoa

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by vale-cocoa

vale-cocoa/LLRBTree 3.2.0
A symbol table (a.k.a associative array, a.k.a. dictionary) adopting Left Leaning Red-Black Tree 3-2 variant as its storage and implementing the same public interface of Swift Dictionary. Since the underlaying storage is a binary search tree, it relies on Key conforming to Comparable rather than Hashable.
⭐️ 2
🕓 3 years ago
vale-cocoa/ThreeWaysTrie 0.2.6
A Swift impementation of ThreeWaysTrie symbol table
⭐️ 1
🕓 2 years ago
vale-cocoa/CircularBuffer 2.1.2
A memory buffer providing amortized O(1) performance for operations on its stored elements at both start and end positions.
⭐️ 1
🕓 3 years ago
vale-cocoa/HeapBuffer 1.0.7
A memory buffer which keeps its stored elements in an order so that each stored element satisfies the heap property established by a sort function.
⭐️ 1
🕓 3 years ago
vale-cocoa/SlicedSchedule 1.0.2
A concrete `Schedule` type contaning a finite number of elements.
⭐️ 0
🕓 4 years ago
iOS macOS watchOS tvOS
vale-cocoa/DFA 0.1.0
A Swift implementation of determistic state automata.
⭐️ 0
🕓 2 years ago
vale-cocoa/BinaryNode 2.1.0
A reference type key/value data structure represented by a node with a left and right links to children nodes
⭐️ 0
🕓 3 years ago
vale-cocoa/Graph 1.4.5
Graph swift implementation
⭐️ 0
🕓 2 years ago
vale-cocoa/IndexedPriorityQueue 0.2.1
A Swift implementation of IndexedPriorityQueue data structure
⭐️ 0
🕓 2 years ago
vale-cocoa/CombinedGregorianSchedule 1.1.1
A concrete `Schedule` type consisting of the composition of two or more `GregorianCommonTimetable` instances.
⭐️ 0
🕓 4 years ago
iOS macOS watchOS tvOS
vale-cocoa/SeparateChainingHashTable 3.4.0
A symbol table (a.k.a associative array, a.k.a. dictionary) adopting a separate chaining hash table as its storage and implementing the same public interface of Swift Dictionary.
⭐️ 0
🕓 3 years ago
vale-cocoa/TimeIntervalTimetable 1.0.2
A concrete Schedule timetable whose elements are all of the same duration and repeats in time at a fixed rate
⭐️ 0
🕓 4 years ago
iOS macOS watchOS tvOS
vale-cocoa/Schedule 1.2.0
Schedule timetable functionalities
⭐️ 0
🕓 4 years ago
iOS macOS watchOS tvOS
vale-cocoa/Queue 1.0.2
A data structure which yelds its stored elements with a predetermined sequential order.
⭐️ 0
🕓 3 years ago
vale-cocoa/PriorityQueue 2.1.0
A queue data structure (with value semantics) whose elements are dequeued by priority order.
⭐️ 0
🕓 2 years ago
vale-cocoa/RabinKarpHasher 3.0.1
An hasher adopting rolling hash values
⭐️ 0
🕓 2 years ago
vale-cocoa/GregorianCommonTimetable 2.3.0
A concrete Schedule type for representing common timetables based on gregorian calendar time units.
⭐️ 0
🕓 4 years ago
iOS macOS watchOS tvOS
vale-cocoa/LinearProbingHashTable 1.3.0
A symbol table (a.k.a associative array, a.k.a. dictionary) adopting a linear probing hash table as its storage and implementing the same public interface of Swift Dictionary.
⭐️ 0
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3 years ago
3 years ago
3 years ago
3 years ago
vale-cocoa/SizingHelpers 1.0.2
A set helpers for sizing SwiftUI views.
⭐️ 0
🕓 3 years ago
iOS macOS watchOS tvOS
vale-cocoa/UnicodeCharacterParser 0.0.3
Parse a sequence of `Character` from a stream of bytes via `UnicodeCodec`.
⭐️ 0
🕓 2 years ago
vale-cocoa/VDLGCDHelpers 1.0.2
Helpers for Grand Central Dispatch operations
⭐️ 0
🕓 4 years ago
vale-cocoa/Deque 2.0.2
A double ended queue, that is a queue which allows acces to its both ends with an amortized O(1) complexity.
⭐️ 0
🕓 3 years ago
vale-cocoa/ClockViewParts 1.0.2
A set of SwiftUI views for creating an animatable watch view.
⭐️ 0
🕓 3 years ago
iOS macOS watchOS tvOS
vale-cocoa/DispatchResultCompletion 1.0.0
Helper for dispatching a result completion on given queue
⭐️ 0
🕓 4 years ago
vale-cocoa/SubstringEnumerators 0.1.0
Find ranges of a substring in a string.
⭐️ 0
🕓 2 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics