MartinBernstorff / iterpy

⛓️ Iterators for Python with higher-order functions .map(), .filter() and .reduce(), also known as a fluent interface. As seen in Rust, Scala, Javascript etc.
Other
10 stars 0 forks source link

feat: support python3.9 #125

Closed MartinBernstorff closed 8 months ago

MartinBernstorff commented 8 months ago

feat: support python3.9

update 8 files rerun tests

update iter.py and test_benchmark_iter.py

update iter.py, requirements-dev.lock and requirements.lock

MartinBernstorff commented 8 months ago

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

codspeed-hq[bot] commented 8 months ago

CodSpeed Performance Report

Merging #125 will degrade performances by 15.49%

:warning: No base runs were found

Falling back to comparing feat/support_python3.9 (96873ee) with main (07f4063)

Summary

⚡ 1 improvements ❌ 3 (👁 3) regressions ✅ 17 untouched benchmarks

Benchmarks breakdown

Benchmark main feat/support_python3.9 Change
test_benchmark_iter[all] 3.7 ms 3.2 ms +14.02%
👁 test_benchmark_iter[filter] 2.3 ms 2.5 ms -10.09%
👁 test_benchmark_iter[map] 1.9 ms 2.2 ms -12.1%
👁 test_benchmark_iter[reduce] 1.8 ms 2.2 ms -15.49%