Skip to content

Releases: mdbergmann/cl-gserver

3.3.0

01 Jul 12:58
Compare
Choose a tag to compare
  • Add a way to pass additional arguments to an actor constructor

Full Changelog: 3.2.1...3.3.0

3.2.0

13 Feb 21:39
Compare
Choose a tag to compare

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.

3.1.0

15 Jan 15:12
Compare
Choose a tag to compare
fixes to wheel-timer function signature.

3.0.4

08 Jan 22:51
Compare
Choose a tag to compare
allow additional initialization arguments be passed to actor.