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