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 Rust data structure for efficient lower-bound lookups☆92Updated last year
- Fast functions for printing floating-point primitives to a decimal string☆128Updated 2 weeks ago
- A simple map based on a vector for small integer keys☆66Updated 11 months ago
- A library for generating Graphviz DOT language files for graphs.☆77Updated 7 months ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- Map data structure whose keys are stored as ranges☆95Updated 2 weeks ago
- Faster integer division and modulus operations☆87Updated 4 months ago
- ☆78Updated 2 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆58Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- Utilities for dealing with substructures within syn macros☆142Updated 5 months ago
- A Set of Bits☆71Updated 2 months ago
- Interning of data in rust☆112Updated 4 months ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆39Updated 7 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆230Updated 5 months ago
- rust histogram and percentile stats☆48Updated 5 years ago
- Lossless functionality for platform-native strings.☆73Updated 4 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆110Updated last year
- ☆60Updated last year
- A generic, fixed-size, associative cache☆39Updated 11 months ago
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- ☆63Updated 2 weeks ago
- A simple, id-based arena☆119Updated 2 years ago
- Waiting on a child process with a timeout in Rust☆72Updated 5 months ago
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 years ago
- ☆61Updated 2 years 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
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 2 months ago