summaryrefslogtreecommitdiffstats
tag namev2.19.0 (79123acb4c2fb355131f720cb048b9d84af04fd4)
tag date2022-12-13 20:41:14 +0100
tagged bySebastian Thiel <sebastian.thiel@icloud.com>
tagged objectcommit 53a7d15a1e...
### 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](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - Remove the handbrake on MacOS which can now deliver the expected performance. (f073375) - resolve stalling issue of previous version. (d1cdfa1)