SaaSHub helps you find the best software and product alternatives Learn more →
Top 4 Swift Collection Projects
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Project mention: Ropey – A UTF8 text rope for manipulating and editing large texts. in Rust | news.ycombinator.com | 2025-01-15
If you'd like an example of how this can be done, Swift's AttributedString type is exactly that. It manages the association of runs of attributes (font, kerning, color, etc.) with Unicode text, and its backing storage uses a rope type provided by the swift-collections package. (The rope module itself isn't stabilized yet, so it's really only used for AttributedString at this point, AFAIK.)
https://github.com/swiftlang/swift-foundation/tree/main/Sour...
https://github.com/apple/swift-collections/tree/main/Sources...
-
This post reminded me of this killer btree implementation for swift. The analysis on GitHub is fantastic and reads like a thriller novel :)
https://github.com/attaswift/BTree#why
-
Swift Collection discussion
Swift Collection related posts
-
Dynamic sections in diffable table view data sources
-
Why doesn't Swift have "unpredictable order" annotations to make it explicit in the code when the order of something is not predictable (e.g., when converting a set to a list)?
-
Top swift libraries and why?
-
Transforming array to multidimensional array (2D)
-
SwiftConcurrentCollections now supports PriorityQueue and ConcurrentPriorityQueue!
-
A note from our sponsor - SaaSHub
www.saashub.com | 24 Jun 2025
Index
What are some of the best open-source Collection projects in Swift? This list will help you:
# | Project | Stars |
---|---|---|
1 | BouncyLayout | 4,254 |
2 | swift-collections | 4,081 |
3 | BTree | 1,320 |
4 | SwiftConcurrentCollections | 48 |