github Unpackerr/unpackerr v0.7.0-beta3
Unpackerr b3

latest releases: v0.13.1, v0.13.0, v0.12.0...
pre-release4 years ago

This release composes a full refactoring of the codebase.

  • The extraction code was moved into a dedicated library.
  • All mutex locks removed.
  • Most go routines removed.
  • Mutex synchronization moved into a single-threaded model using channels for callbacks from the extraction code.
  • Improved timers.
    • Log timer moved out of cleaner timer.
    • Cleaner timer reduced to 15s (from 1 minute).
    • App queues are now checked immediately after polling.
    • The app responds faster.
    • Ready-to-decompress items are now found and queued immediately after start-up.
  • Improved Logging.
    • You no longer need debug to figure out what's happening.

Don't miss a new unpackerr release

NewReleases is sending notifications on new releases.