tov / disjoint-sets-rs
Three implementations of Tarjan’s Union-Find
☆17Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for disjoint-sets-rs
- A generic, fixed-size, associative cache☆40Updated last week
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆147Updated 6 months ago
- Low-level manipulations of IEEE754 floating-point numbers.☆28Updated last year
- Proof of concept of procedural macro input parsed by LALRPOP☆51Updated last year
- Home of the "types team", affiliated with the compiler and lang teams.☆95Updated last year
- ☆25Updated 5 months ago
- Babysteps blog☆31Updated 2 weeks ago
- Rust library for displaying compiler diagnostics like rustc☆22Updated last year
- PEG parser generator built on top of nom☆69Updated 5 years 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.☆38Updated 6 years ago
- Experimental type level programming in Rust☆38Updated 3 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆39Updated 8 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated last month
- Data-driven tests on stable Rust☆36Updated this week
- A toy incremental computation framework☆15Updated 3 years ago
- Simple goldenfile testing in Rust.☆38Updated 2 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆74Updated last year
- Overview of the Tree Borrows rules for detecting violations of the aliasing discipline in Rust☆23Updated 7 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- A collection of custom allocators☆43Updated 7 years ago
- Define compiler intermediate representation usable by external tools☆62Updated 5 months ago
- Trying to create Sync bump allocator☆28Updated this week
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Compact sets in rust☆53Updated 2 weeks ago
- A library for generating Graphviz DOT language files for graphs.☆73Updated last year
- Faster integer division and modulus operations☆70Updated last year
- docs.rs as a publishing platform?☆66Updated 4 months ago
- Lift enum variants to the type-level.☆31Updated 3 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated this week
- Disjoint borrow of slices in Rust☆11Updated 5 years ago