sorta

Sorted data library

An implementation of sorted data structures using B-Trees in the Nim programming language

SortedTables in Nim, based on B-Trees

GitHub

17 stars
6 watching
3 forks
Language: Nim
last commit: over 6 years ago
Linked from 1 awesome list

b-treebtreenimnim-langsortedsorted-datasorted-dictsorted-dictionarysorted-maptable

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
narimiran/itertoolsA set of iterators and utilities for working with sequences in a Nim programming language134
wildgums/orc.sortProvides a collection of algorithms for sorting data in a programming language17
igrmk/treemapA generic sorted map implemented using a red-black tree under the hood61
medhiwidjaja/nary_treeAn Elixir implementation of a generic tree data structure with node-based model and traversal APIs18
scandum/blitsortAn in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management703
mattreecebentley/plf_indiesortA sorting algorithm that optimizes performance on non-random access containers and large data types19
swenson/sortA comprehensive C sorting library providing various stable and unstable algorithms with generic implementations464
vrana/notormA PHP library for simple data access and manipulation in databases860
dogweather/naturallyAn algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters87
yourbasic/radixA fast string sorting algorithm implemented in Go.192
omar-dulaimi/prisma-schema-sorterTools for organizing and structuring Prisma schema models23
ndantam/sycamoreA fast and functional data structure library in Common Lisp.120
sqve/sort.nvimA plugin that simplifies text sorting in Neovim by providing an intuitive command-line interface for both line-wise and delimiter-based sorting.137
shady831213/algorithmsA collection of algorithms and data structures implemented in Go.806
scandum/quadsortA branchless stable adaptive mergesort algorithm with minimal comparisons and optimal performance on ordered data2,137