A simple (and probably bad) merge sort implementation, written for chapter 14.2 of the rust book.
This is a fast and simple sorting algorithm which groups numbers into pairs and orders them onwards as nodes
Simple crate to sort f32 and f64 vectors safely using total_cmp
A simple bubble sort implementation for Vec
Simple SortedList data structure which allows mapping an Ord key to multiple distinct PartialEq values
Pure-Rust implementation of Hierarchical Navigable Small World (HNSW) approximate nearest-neighbour search
A package for working with row/column/cell structured data AKA dataframe.
An opinionated framework to work with Elasticsearch.
GPU radix sort for Apple Silicon — 4,800+ Mkeys/s, 6 data types, zero-copy
A simple Semantic Versioning CLI tool for parsing, filtering, sorting and explaining
Simple generic Cycle sort implementation
A simple rust helper to generate postgres sql for pagination, sorting and filtering