Skip to content

Releases: tusmester/ParallelTreeWalker

Parallel TreeWalker v2.0.0

01 Nov 19:29
Compare
Choose a tag to compare

This release contains the following changes:

  • TreeWalker has been moved under the Skraalsoft namespace
  • a new, generic type argument was added to make treewalking more intuitive. Thanks @zivillian for the contribution!
  • the tool became available as a NuGet package

Initial release

24 Jul 16:19
Compare
Choose a tag to compare

Introducing Parallel TreeWalker

  • Generic algorithm for processing large trees in parallel.
  • File system implementation for discovering a physical directory structure.