Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@nicholassm nicholassm released this 22 May 19:05
· 47 commits to main since this release
  • Reduced measurement overhead in spsc benchmark. Benchmark results updated in README.
  • Added mpsc benchmark for the multi producer case. This is also a comparison benchmark with crossbeam-channel.
  • Added throughput benchmark by @Venkat2811.
  • Added Github workflow: Tests are run with Miri.