dep_sort
Dependency sorter
Generates a topologically sorted list of dependencies with cycle detection.
Generic topological sorting for sorting a list of dependencies in C++17
13 stars
3 watching
0 forks
Language: C++
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gabotechs/dep-tree | A tool to visualize and analyze the complexity of codebases by depicting file dependencies as a 3D graph | 1,537 |
egoist/dedep | Tool to manage and retrieve the latest versions of external dependencies used in a Deno project | 66 |
deps-rs/deps.rs | Provides a service to analyze and display the status of dependencies in Rust projects. | 440 |
dcousens/is-sorted | A small utility module to check if an ordered list of values is in the correct sequence | 23 |
moul/depviz | Automates the visual representation of dependencies across multiple projects and tools | 144 |
davej/john | A tool to visually categorize and organize npm dependencies by color-coded tags. | 42 |
dancouper/natural_sort | A sorting function for natural ordering of strings containing numbers | 14 |
jfcg/sorty | Fast and efficient sorting library for Go with concurrent and parallel capabilities | 133 |
mattreecebentley/plf_indiesort | A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
morwenn/cpp-sort | A C++14 header-only sorting library providing a flexible and generic way to implement various sorting algorithms | 629 |
david-desmaisons/codedependencyscanner | Analyzes .Net assembly code dependencies and relationships | 37 |
samccone/engine-deps | A tool for managing specific dependencies tied to a project's version | 20 |
felix-petersen/diffsort | A library that allows gradients to be propagated through sorting operations, enabling differentiable sorting networks. | 107 |
danielglejzner/ng16-dep-audit | A tool to help developers identify incompatible dependencies in their Angular 16 projects | 40 |
tomtom-international/cpp-dependencies | A tool that scans C++ source code to generate dependency graphs in .dot format | 747 |