Skip to content

Releases: AngelicosPhosphoros/keyed_priority_queue

0.1.3 Major performance update

26 Feb 13:35
c63b4a0
Compare
Choose a tag to compare

2020-02-25: 0.1.3

Changed

  • Removed unsafe implementations of Sync + Send because they are deduced by compiler
  • Make some optimizations which reduce timings by 50% but increase memory usage in worst case on 30%
  • Added benchmarks

Added trait Default to KeyedPriorityQueue

27 Oct 20:32
Compare
Choose a tag to compare
Release 0.1.1. Added Default trait implementation to KeyedPriorityQueue

Added Default trait implementation to KeyedPriorityQueue.
Also removed some data from Cargo.toml because it let to warnings from rustc.