Releases: mdbergmann/cl-gserver
Releases · mdbergmann/cl-gserver
3.4.0
Full Changelog: 3.3.3...3.4.0
3.3.3
Bug fixes and documentation changes
Full Changelog: 3.3.0...3.3.3
3.3.0
- Add a way to pass additional arguments to an actor constructor
Full Changelog: 3.2.1...3.3.0
3.2.0
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
fixes to wheel-timer function signature.
3.0.4
allow additional initialization arguments be passed to actor.