Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 24 May 19:09
· 54 commits to main since this release
299ab1b

Added

  • (api) impl Clone + clone_from for ElasticHashMap and FunnelHashMap (#46)
  • (parity) hashbrown parity tests + std-style API + Miri CI (#37)

Fixed

  • (funnel) route insert overflow through bucket levels per paper §5 (#47)

Other

  • add rust-cache to pre-commit, migrate codspeed off raw actions/cache (#51)
  • add MSRV + rust-test matrix; slim bench docs (#49)
  • add release-plz, decouple python release workflow (#48)
  • (simd) fix import cfg gate
  • (funnel) skip free-slot SIMD scan when insert candidate exists (#45)
  • (scan) cursor API + bulk-walk helper (#34)
  • split latency into mean_latency + tail_latency (#43)
  • stage jobs + cap matrix parallelism (#42)
  • (bench) drop iai-callgrind in favor of CodSpeed callgrind sim
  • Add CodSpeed continuous performance benchmarking (#36)
  • (python) iter lazy take + bulk-drop clear + int eq fast path (#35)
  • (funnel,elastic) paper-audit pass + cold-path opts
  • (pyproject) move test extras to dependency-groups
  • (resize) drain via SIMD scan, skip intermediate Vec