I believe the best way to learn a language is by doing an in-depth project. This is my first Zig project intended for learning the ropes on publishing a Zig package. It turns out to be quite solid and performant. It might be a bit over-engineered.
This little library is packed with the following features:
- Building dependency graph from dependency data. - Performing topologicalsort on the dependency graph. - Generating dependence-free subsets for parallelprocessing. - Cycle detection and cycle reporting.
This little library is packed with the following features: