Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: faster iteration #44

Merged
merged 3 commits into from
Jan 21, 2024
Merged

refactor: faster iteration #44

merged 3 commits into from
Jan 21, 2024

Conversation

Smirkey
Copy link
Owner

@Smirkey Smirkey commented Jan 21, 2024

No description provided.

Copy link

codecov bot commented Jan 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e443fea) 98.75% compared to head (5cc6ec8) 98.75%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #44   +/-   ##
=======================================
  Coverage   98.75%   98.75%           
=======================================
  Files          15       15           
  Lines        2572     2575    +3     
=======================================
+ Hits         2540     2543    +3     
  Misses         32       32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

codspeed-hq bot commented Jan 21, 2024

CodSpeed Performance Report

Merging #44 will improve performances by 77.86%

Comparing iter/faster (5cc6ec8) with main (e443fea)

Summary

⚡ 6 improvements
✅ 141 untouched benchmarks

Benchmarks breakdown

Benchmark main iter/faster Change
test_tiou_distance[float32] 1,016.1 µs 806.4 µs +26.01%
test_tiou_distance[float64] 992.7 µs 777.6 µs +27.66%
test_tiou_distance[uint16] 1,377.8 µs 816 µs +68.84%
test_tiou_distance[int32] 1,196.7 µs 971.4 µs +23.19%
test_tiou_distance[int16] 1,378 µs 774.8 µs +77.86%
test_tiou_distance[uint8] 1,232.3 µs 873.8 µs +41.02%

@Smirkey Smirkey merged commit d550464 into main Jan 21, 2024
22 of 23 checks passed
@Smirkey Smirkey deleted the iter/faster branch January 21, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant