eugene-bulkin / rust-bk-treeLinks
A BK-tree implementation in Rust.
☆40Updated last year
Alternatives and similar repositories for rust-bk-tree
Users that are interested in rust-bk-tree are comparing it to the libraries listed below
Sorting:
- A simple map based on a vector for small integer keys☆66Updated 9 months ago
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- Map data structure whose keys are stored as ranges☆94Updated last month
- A rust crate to find the total size of an object, on the stack and on the heap☆109Updated last year
- An LCS based slice and string diffing implementation.☆84Updated last year
- Fast functions for printing floating-point primitives to a decimal string☆127Updated last week
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 2 months ago
- A Set of Bits☆69Updated last week
- String interning for Rust☆203Updated this week
- A library for generating Graphviz DOT language files for graphs.☆77Updated 5 months ago
- Async stream for Rust and the futures crate.☆186Updated last week
- Faster integer division and modulus operations☆87Updated 2 months ago
- Provides assert_eq! like macros with colorized diff output☆150Updated 6 months ago
- Interning of data in rust☆106Updated 2 months ago
- A generic, fixed-size, associative cache☆40Updated 9 months ago
- Memory efficient trie (prefix tree) library based on LOUDS☆126Updated 5 months ago
- ☆60Updated last week
- Integer sets as fast, sorted, integer ranges with full set operations☆93Updated 2 weeks ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆90Updated 3 years ago
- Blazing fast immutable collection datatypes for Rust.☆113Updated last week
- Making floating-point behave.☆78Updated 9 months ago
- Utilities for dealing with substructures within syn macros☆141Updated 3 months ago
- ☆108Updated last year
- An on-disk hash table implementation☆124Updated 3 years ago
- Super-fast float parser in Rust (now part of Rust core)☆279Updated 2 years ago
- ☆77Updated 2 years ago
- Parallel iterator processing library for Rust☆103Updated 2 years ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆98Updated 3 months ago
- Atomic file-writes.☆100Updated 10 months ago