Skip to content

Improved performance when multi-threading

Choose a tag to compare

@mathias-von-ottenbreit mathias-von-ottenbreit released this 13 Oct 22:00
· 5 commits to main since this release

This release introduces a performance enhancement by integrating a persistent thread pool to manage multi-threading. Previously, the algorithm created and destroyed threads in each boosting step, which incurred overhead. The performance gain is largest on smaller datasets.