dapper91 / ext-sort-rs
rust external sort algorithm implementation
☆16Updated 2 years ago
Alternatives and similar repositories for ext-sort-rs:
Users that are interested in ext-sort-rs are comparing it to the libraries listed below
- Out-of-memory sorting of large datasets map / reduce style processing☆47Updated last month
- Integer sets as fast, sorted, integer ranges with full set operations☆84Updated last week
- Fast hierarchical agglomerative clustering in Rust.☆96Updated last week
- Parallel iterator processing library for Rust☆104Updated last year
- Multi backend HashMap for higher performance on different key space sizes☆26Updated 3 months ago
- FM-Index for Rust☆22Updated last week
- Multi-threaded Compression☆158Updated last month
- Lightweight FST-based autocompleter library written in Rust, targeting WebAssembly and data stored in-memory☆32Updated 2 years ago
- Detect unused pub methods in a Rust workspace☆32Updated last month
- Integer types with customizable niche values☆43Updated 5 months ago
- Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance cal…☆108Updated 2 years ago
- Succinct data structures using very efficient rank and select☆114Updated 3 weeks ago
- Provides dynamic string format.☆26Updated 7 months ago
- Derive a builder for your constructors in Rust☆69Updated 2 months ago
- A vec-backed tree structure with tree-specific generational indexes.☆40Updated last year
- ☆21Updated 7 months ago
- External sorting (i.e. on disk sorting) capability on arbitrarily sized iterator☆24Updated 3 weeks ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Rust time library comparison - shootout to see which crate handles common tasks the best☆22Updated 5 months ago
- This crate provides useful tools to generate multiple readable passwords, as well as analyze and score them.☆44Updated last year
- Read input lines as byte slices for high efficiency☆64Updated last year
- Yet another string type for Rust☆85Updated this week
- Matrix decomposition algorithms including PCA (principal component analysis) and ICA (independent component analysis)