OrderedSet
Ordered list
A collection of unique, ordered objects with fast lookup performance and strong typing support
A Swift collection of unique, ordered objects
252 stars
14 watching
34 forks
Language: Swift
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An ordered collection data structure with fast O(log(N)) time complexity on adding, searching, and removing elements. | 152 |
| | An ontology framework for representing ordered lists in a structured and machine-readable format. | 2 |
| | A data structure providing ordered unique elements with a complete API of Set and OrderedCollection | 4 |
| | A Swift serialization framework allowing encoding and decoding of various data types | 369 |
| | Adds sortable behaviour to Eloquent models by automatically assigning the highest order number to new records and providing a query scope for fetching records in the right order. | 1,416 |
| | A library that provides an efficient and customizable sorted set data structure for Elixir applications | 21 |
| | An implementation of multiple dictionaries preserving the order of addition of elements in Smalltalk. | 0 |
| | A collection of reusable sorting utilities in Swift | 61 |
| | An implementation of the Quicksort sorting algorithm using a custom data structure called Huff. | 10 |
| | An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters | 87 |
| | An implementation of ordered data structures in Clojure, preserving the insertion order. | 258 |
| | An implementation of an order book data structure supporting limit and market orders with features like price-time priority and JSON marshalling. | 447 |
| | A lightweight string extension for Swift with various utility methods | 1,622 |
| | A React Native component that provides a customizable and interactive list view with sorting functionality. | 896 |
| | A SwiftUI project that demonstrates integration with CoreData for building a simple shopping list app. | 14 |