v0.3.0
New Features
🎲 The major new feature introduced in this version is the PickSource()
method, which allows for utilizing a single Chooser in parallel across multiple goroutines while avoiding rand lock contention, thus allowing linearly scaling performance across CPU cores. For more details, see PR #2.