1.3.0
marcelmay
released this
07 Sep 21:16
·
299 commits
to master
since this release
From the 1.3.0 milestone:
This release contains major refactorings and breaking changes:
- Introduce builders for configurable loading/processing with different strategies (sequential/parallel etc)
- Split FSImageLoader into
- FsImageLoader for loading file
- FsImageData holding loaded data
- FsVisitor and FsVisitorBuilder for sequential or parallel hierarchical access to FsImageData
FSImageLoader.getFileSize -> FsUtil.getFileSize
Enhancements: