OrderedSet

Ordered list

A collection of unique, ordered objects with fast lookup performance and strong typing support

A Swift collection of unique, ordered objects

GitHub

252 stars
14 watching
34 forks
Language: Swift
last commit: 7 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
wangjia184/sortedset An ordered collection data structure with fast O(log(N)) time complexity on adding, searching, and removing elements. 150
smiy/orderedlistonto An ontology framework for representing ordered lists in a structured and machine-readable format. 2
pharo-containers/containers-orderedset A data structure providing ordered unique elements with a complete API of Set and OrderedCollection 4
weebly/cereal A Swift serialization framework allowing encoding and decoding of various data types 369
spatie/eloquent-sortable 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,407
tyre/sorted_set A library that provides an efficient and customizable sorted set data structure for Elixir applications 21
pharo-containers/containers-orderpreservingdictionary An implementation of multiple dictionaries preserving the order of addition of elements in Smalltalk. 0
dsmatter/swiftsortutils A collection of utility functions and extensions for sorting in Swift 61
0xdewy/quicksort-huff An implementation of the Quicksort sorting algorithm using a custom data structure called Huff. 10
dogweather/naturally An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters 87
clj-commons/ordered An implementation of ordered data structures in Clojure, preserving the insertion order. 259
i25959341/orderbook An implementation of an order book data structure supporting limit and market orders with features like price-time priority and JSON marshalling. 443
amayne/swiftstring A lightweight string extension for Swift with various utility methods 1,622
gitim/react-native-sortable-list A React Native component that provides a customizable and interactive list view with sorting functionality. 884
ericlewis/shoppinglist A SwiftUI project that demonstrates integration with CoreData for building a simple shopping list app. 14