BTree
B-tree collection library
A package that provides fast and efficient in-memory data structures using B-tree technology
Fast sorted collections for Swift using in-memory B-trees
1k stars
31 watching
77 forks
Language: Swift
last commit: over 2 years ago
Linked from 2 awesome lists
btreecollectionorderedcollectionsearch-treesswift
Related projects:
Repository | Description | Stars |
---|---|---|
begeekmyfriend/bplustree | A minimal B+Tree indexing structure implementation for efficient key-value storage | 1,863 |
bgamari/b-tree | An implementation of an immutable B-tree data structure optimized for disk storage and efficient querying. | 116 |
attaswift/bigint | A pure Swift implementation of arbitrary-precision arithmetic for integers and floating-point numbers | 764 |
pharo-containers/btree | An implementation of a BTree data structure for use in Smalltalk programming | 0 |
canscale/stableheapbtreemap | A library implementing a functional BTree data structure | 5 |
martibosch/detectree | A Pythonic library for semantic tree segmentation in aerial imagery | 239 |
akpw/visualbinarytrees | A tool for visualizing and manipulating binary trees in Swift | 58 |
haskell/critbit | An implementation of crit-bit trees for efficient key/value storage and lookup in Haskell | 138 |
jtsiomb/kdtree | An efficient C library for storing and searching k-dimensional data using a tree-like data structure | 395 |
bitwit/bwswiperevealcell | A Swift library for creating swipeable table cells with customizable interactions and animations. | 68 |
jblindsay/kdtree | An efficient spatial data structure for fast point query operations | 43 |
burczyk/xcodeswiftsnippets | A collection of reusable code snippets for Swift development | 1,757 |
joelrorseth/tree-trouble | An interactive tutorial on Binary Search Trees designed for the Swift Playgrounds application on iPads | 24 |
tidwall/rtree | An in-memory R-tree implementation designed for fast spatial searching and indexing | 314 |
braintree/braintree_ruby | A Ruby library providing access to the Braintree payment gateway | 446 |