Skip to content

3.2.0

Compare
Choose a tag to compare
@mdbergmann mdbergmann released this 13 Feb 21:39
· 30 commits to master since this release

Message-box queue changes. SBCL version now uses a separate, very fast CAS based queue coming as a contrib package. It allows a throughput of almost 2M message per second in :pinned dispatcher but also almost 1M in shared.
The other impls use a faster queue by default (faster than before) but still with locking and not as what is used with SBCL.