tammoippen / plotille

Plot in the terminal using braille dots.
MIT License
398 stars 17 forks source link

Improve rendering performance #43

Closed tammoippen closed 3 years ago

tammoippen commented 3 years ago

Use int operations instead of set / list operations for Dots.update

codecov[bot] commented 3 years ago

Codecov Report

Merging #43 (a3efe48) into master (205575c) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   97.19%   97.29%   +0.10%     
==========================================
  Files           9        9              
  Lines         998      998              
  Branches      172      171       -1     
==========================================
+ Hits          970      971       +1     
  Misses         10       10              
+ Partials       18       17       -1     
Flag Coverage Δ
unittests 97.29% <100.00%> (+0.10%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
plotille/_dots.py 100.00% <100.00%> (+1.42%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 205575c...a3efe48. Read the comment docs.