Releases: anthdm/hollywood
Releases · anthdm/hollywood
v1.0.2
v1.0.1
v1.0
v1.0-beta.5
- 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
- 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
- improved CPU usage and cycles without loosing performance, by an "inbox idle" mechanism
- minor bug fixes
v1.0-beta.2
general bug fixes. <3
v1.0-beta.1
Disabled locking OS thread due to problems with request and response channels.