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
- A Set of Bits☆72Updated 3 weeks ago
- Fast functions for printing floating-point primitives to a decimal string☆127Updated this week
- A rust crate to find the total size of an object, on the stack and on the heap☆109Updated last year
- ☆34Updated 11 months ago
- Floating point approximate comparison for Rust☆64Updated 6 months ago
- A library for generating Graphviz DOT language files for graphs.☆76Updated 5 months ago
- Iterate in a lazily achieved sorted order☆59Updated 6 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆162Updated last year
- Map data structure whose keys are stored as ranges☆94Updated last week
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- ☆60Updated 2 years ago
- Interning of data in rust☆106Updated 2 months ago
- Faster integer division and modulus operations☆87Updated 2 months ago
- ☆77Updated 2 years ago
- An updated version of linked-hash-map and friends☆122Updated 5 months ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- A simple, id-based arena☆121Updated 2 years ago
- An LCS based slice and string diffing implementation.☆85Updated last year
- Extensions for the Rust standard library☆40Updated last year
- ☆108Updated last year
- Atomic file-writes.☆100Updated 10 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated this week
- Making floating-point behave.☆78Updated 10 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- ☆59Updated last year
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 3 months ago