perf: drastically reduce worker nodes array lookups
[poolifier.git] / CHANGELOG.md
index 0ed0c9f64b66d20ea9175ce72ec959970bef2ccf..91530cd66fd3c9ed486a8ed6d2293c3a31bcead7 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Changed
+
+- Drastically reduce lookup by worker in the worker nodes.
+
 ## [2.6.19] - 2023-07-20
 
 ### Added