slimgroup / JUDI.jl

Julia Devito inversion.
https://slimgroup.github.io/JUDI.jl
MIT License
96 stars 29 forks source link

Memoize #122

Closed mloubout closed 2 years ago

mloubout commented 2 years ago

Cache operator creation for serial performance.

Could probably be improved in the future with proper OOP on python side but don't have time for it

codecov[bot] commented 2 years ago

Codecov Report

Merging #122 (7fb8d49) into master (b9ef966) will increase coverage by 0.14%. The diff coverage is 57.14%.

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
+ Coverage   82.28%   82.42%   +0.14%     
==========================================
  Files          24       24              
  Lines        1857     1861       +4     
==========================================
+ Hits         1528     1534       +6     
+ Misses        329      327       -2     
Impacted Files Coverage Δ
src/TimeModeling/Modeling/twri_objective.jl 0.00% <0.00%> (ø)
src/TimeModeling/Modeling/propagation.jl 70.58% <100.00%> (+3.92%) :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 b9ef966...7fb8d49. Read the comment docs.

mloubout commented 2 years ago

Any other comments?