AshlinHarris / Spinners.jl

Command line spinners in Julia with Unicode support
MIT License
14 stars 1 forks source link

Improve performance #140

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

The global spinner dictionary is now constant, and its values are type-stable.

codecov-commenter commented 1 year ago

Codecov Report

Base: 90.90% // Head: 90.62% // Decreases project coverage by -0.29% :warning:

Coverage data is based on head (df94868) compared to base (55756df). Patch coverage: 100.00% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #140 +/- ## ========================================== - Coverage 90.90% 90.62% -0.29% ========================================== Files 1 1 Lines 33 32 -1 ========================================== - Hits 30 29 -1 Misses 3 3 ``` | [Impacted Files](https://codecov.io/gh/AshlinHarris/Spinners.jl/pull/140?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ashlin+Harris) | Coverage Δ | | |---|---|---| | [src/Spinners.jl](https://codecov.io/gh/AshlinHarris/Spinners.jl/pull/140?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ashlin+Harris#diff-c3JjL1NwaW5uZXJzLmps) | `90.62% <100.00%> (-0.29%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ashlin+Harris). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ashlin+Harris)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.