Skip to content

Picture Comparer 0.3.3d

Pre-release
Pre-release

Choose a tag to compare

@maksik997 maksik997 released this 18 Feb 15:16
87a60bd

Version 0.3.3d

Description:

Files are now checked before mapping. Now files are eliminated if header of file is in bad format. When processing files now we use paraller streams instead of plain streams (Thanks to that now library is much faster). Now when using Comparer you can get two collections, one that holds all files and one that holds only duplicates. Usage of tinylog.

New features:

  1. New file checking system. Using magic numbers instead of extension comparing.
  2. Use of parallel streams, include change to thread-safe collections.
  3. User can get collections that hold data.
  4. Use of Tinylog. Now Tinylog will create log.txt file.