Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Upgrade to Akka 2.4.2-RC1 #16

Closed
hseeberger opened this issue Jan 26, 2016 · 6 comments
Closed

Upgrade to Akka 2.4.2-RC1 #16

hseeberger opened this issue Jan 26, 2016 · 6 comments

Comments

@hseeberger
Copy link
Owner

No description provided.

@guidomedina
Copy link

Akka 2.4.3 released :D

@hseeberger
Copy link
Owner Author

LOL

@guidomedina
Copy link

I was saving issue numbers so they wouldn't run out of sequence !!!, hence decided to suggest you here that it is a good time for a new release and 2.4.3 so two birds one shot ;-)

@hseeberger
Copy link
Owner Author

Save all the resources ;-) I'm on it!

@hseeberger
Copy link
Owner Author

Released 1.1.3

@hseeberger hseeberger reopened this Apr 2, 2016
@guidomedina
Copy link

Thanks, I started using it already, now my LMAX like mailbox is in use:
https://gist.github.com/guidomedina/b71b81bedd69c64a7b65

You could also use MpscChunkedArrayQueue from JCtools which will grow in chunks to minimize GC and give you the idea of theoretical infinite size, say:

new MpscChunkedArrayQueue(1024, 1024 * 1024, true)

That translates to a queue of initial size of 1024, max size of 1024 ^ 2 and grow of 1024 chunks size.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants