1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Scala3,547 forks (3,547 forks)batch import
1 - triagedhelp wantedt:core
Repository metrics
- Stars
- 13,277 stars (13,277 stars)
- PR merge metrics
- Avg merge 8d 19h (Avg merge 8d 19h)10 merged PRs in 30d (10 merged PRs in 30d)
Description
@trustin has done some interesting work in netty/netty#2529 (although we’ll want to keep the Unsafe bits).
Contributor guide
- Research direction
- Study the referenced Netty PR (netty/netty#2529) to understand the MPSC queue improvements, then identify how to apply similar changes in Akka's queue implementations while preserving Unsafe usage.
- Tech stack
- scala
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Scalaconcurrent programming