Skip to content

v23.1.0

Compare
Choose a tag to compare
@Byron Byron released this 28 Feb 19:58
· 60 commits to main since this release
45b4b7e

New Features

  • improve performance of progress::tree operations by more than 50%.
    This was done by implementing shared state in a simple Mutex protected hashmap
    which for typical programs with less contention is faster than using the dashmap
    crate.

    However, for those who know they need it, the previous implementation is still available
    in with the progress-tree-hp-hashmap feature toggle.

Commit Statistics

  • 3 commits contributed to the release.
  • 61 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • No need for unsound-local-offset anymore. (c53ab9d)
    • Make fmt (490336f)
    • Improve performance of progress::tree operations by more than 50%. (6f966b4)