pond v1.4.0 Release Notes
Release Date: 2020-06-06 // over 4 years ago-
- ๐ Fix issue with resizing strategies not being thread-safe
- Simplify resizing strategies
- ๐ Several performance improvements
- โ Add
TrySubmit(task func()) bool
method to allow submitting a task in a non-blocking manner - โจ Enhance benchmarks to simulate more workload scenarios and different types of tasks (sync/async)
Previous changes from v1.3.0
-
๐ Changes include:
- โ Add ability to configure pool resizing strategy (#3)
- 3 preset resizing strategies: Eager, Balanced and Lazy.
- ๐ Improve benchmarks
- Export interface to define custom resizing strategies
pond.ResizingStrategy
- โ Add ability to configure pool resizing strategy (#3)