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: add zip #112

Closed MartinBernstorff closed 8 months ago

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 #112 will not alter performance

Comparing feat/add_zip (7f01f68) with main (66bbe11)

Summary

โœ… 20 untouched benchmarks

๐Ÿ†• 1 new benchmarks

Benchmarks breakdown

Benchmark main feat/add_zip Change
๐Ÿ†• test_benchmark_iter[zip] N/A 428.8 ยตs N/A
MartinBernstorff commented 8 months ago

Merge activity