Releases: JoseBlanca/threaded-map-reduce
Releases · JoseBlanca/threaded-map-reduce
v0.1.1
[0.1.1] - 2025-11-30
Added
- Detailed performance documentation for
mapandmap_reduce, including
benchmarks on free-threaded CPython 3.14.0t and charts. - New section explaining the impact of
chunk_sizeon performance and memory usage. - Docstrings for
map,map_unordered, andmap_reducedescribing behavior,
parameters, error propagation, and usage examples.
Changed
- Improved README: clarified API summary, performance sections, and comparison
withconcurrent.futures.ThreadPoolExecutor.map. - Polished wording in documentation and better explain ideal scaling and
benchmark assumptions.
Fixed
- Typographical errors and small inconsistencies in README and comments.