Skip to content

v2.19.0

Choose a tag to compare

@Byron Byron released this 13 Dec 19:41
· 539 commits to main since this release
53a7d15

New Features

  • Remove the handbrake on MacOS which can now deliver the expected performance.
    Previously it would limit itself to only using 4 threads as it would
    use a lot of time in user space. This has changed now, and the traversal
    itself is much more efficient (even though it could definitely be more
    efficient when comparing to pdu).

    In any case, counting performance should now greatly improve on M1
    MacOS machines.

Bug Fixes

  • resolve stalling issue of previous version.
    This way, this release is the working version of v2.8.1 .

Commit Statistics

  • 2 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Remove the handbrake on MacOS which can now deliver the expected performance. (f073375)
    • resolve stalling issue of previous version. (d1cdfa1)