A module for merging hierarchies using the C3 algorithm
This module implements the C3 algorithm. I have broken this out into it's own module because I found myself copying and pasting it way too often for various needs. Most of the uses I have for C3 revolve around class building and metamodels, but it could also be used for things like dependency resolution as well since it tends to do such a nice job of preserving local precendence orderings.
Below is a brief explanation of C3 taken from the Class::C3 module. For more detailed information, see the "SEE ALSO" section and the links there.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / perl-Algorithm-C3
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Algorithm-C3 && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
Algorithm-C3-0.11.tar.gz | 0000019226 18.8 KB | |
_link | 0000000152 152 Bytes | |
cpanspec.yml | 0000000736 736 Bytes | |
perl-Algorithm-C3.changes | 0000002042 1.99 KB | |
perl-Algorithm-C3.spec | 0000002173 2.12 KB |
Comments 0