Anthdm Hollywood Versions Save

Blazingly fast and light-weight Actor engine written in Golang

v1.0

4 months ago

This should be the first stable release with backwards compatibility until v2.0. So, no more API changes from now on.

v1.0-beta.5

9 months ago
  • Fixed potential memory leak in send repeat
  • Fixed long running memory leak that happened in GGQ by replacing that with a new stable Ring Buffer

v1.0-beta.4

1 year ago
  • Fixed CPU usages on idling actors
  • You can now set the output of the logger log.SetOutput(io.Writer)
  • Documentation improvements

v1.0-beta.3

1 year ago
  • improved CPU usage and cycles without loosing performance, by an "inbox idle" mechanism
  • minor bug fixes

v1.0-beta.2

1 year ago

general bug fixes. <3

v1.0-beta.1

1 year ago

Disabled locking OS thread due to problems with request and response channels.

v1.0-beta

1 year ago

Beta test release.