Skip to content

feat: speed up processing incoming records#1179

Merged
bdraco merged 5 commits into
masterfrom
move_mark_to_cache
Jun 5, 2023
Merged

feat: speed up processing incoming records#1179
bdraco merged 5 commits into
masterfrom
move_mark_to_cache

Conversation

@bdraco
Copy link
Copy Markdown
Member

@bdraco bdraco commented Jun 4, 2023

moves async_mark_unique_records_older_than_1s_to_expire into the cache since this function alters the cache and we should not be altering the cache outside of the cache.

bdraco added 2 commits June 4, 2023 18:29
moves async_mark_unique_cached_records_older_than_1s_to_expire since cache has been
cythonized and this function alters the cache
moves async_mark_unique_cached_records_older_than_1s_to_expire since cache has been
cythonized and this function alters the cache
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 4, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (74d7ba1) 99.81% compared to head (da09a66) 99.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1179   +/-   ##
=======================================
  Coverage   99.81%   99.81%           
=======================================
  Files          22       22           
  Lines        2687     2695    +8     
  Branches      471      471           
=======================================
+ Hits         2682     2690    +8     
  Misses          3        3           
  Partials        2        2           
Impacted Files Coverage Δ
src/zeroconf/_cache.py 100.00% <100.00%> (ø)
src/zeroconf/_handlers.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bdraco bdraco marked this pull request as ready for review June 5, 2023 00:14
@bdraco bdraco merged commit d919316 into master Jun 5, 2023
@bdraco bdraco deleted the move_mark_to_cache branch June 5, 2023 00:14
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