incremental-topo icon indicating copy to clipboard operation
incremental-topo copied to clipboard

Data structure to maintain an incremental topological ordering over a collection of values

Results 4 incremental-topo issues
Sort by recently updated
recently updated
newest added

To be truly usable in a wide range of situation, it needs to be generic, show the world that it is !

Some rambling ideas: In the [changes from v0.1.2 to v0.2.0](https://github.com/declanvk/incremental-topo/compare/f8f16d5948573e94e10decfba8ef9e1d9901ee4f..a5713ff28c51fc47497b2231d4711f7fe745c4e1), the signature of the `IncrementalTopo` type changed from `IncrementalTopo` to `IncrementalTopo`, losing the ability to store user-defined types. This was...

enhancement

Hey there, I'm working on a CRDT which uses Git DAGs to store events. I'm currently using `petgraph` but it doesn't allow me to have control over the order of...

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.7.0] - 2025-07-25 Bump version of criterion-plot to align dependencies. [0.6.0] - 2025-05-17 Changed MSRV...

dependencies
rust