pond v1.4.0 Release Notes

Release Date: 2020-06-06 // almost 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