JuliaManifolds / ManifoldsBase.jl

Basic interface for manifolds in Julia
https://juliamanifolds.github.io/ManifoldsBase.jl/
MIT License
87 stars 8 forks source link

Faster `allocate_result_type` #82

Closed mateuszbaran closed 3 years ago

mateuszbaran commented 3 years ago

Makes Julia more eager to inline what should be inlined. Solves one part of https://github.com/JuliaManifolds/Manifolds.jl/issues/412 .

codecov[bot] commented 3 years ago

Codecov Report

Merging #82 (af11edd) into master (65516e1) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   99.85%   99.85%           
=======================================
  Files          14       14           
  Lines        1338     1339    +1     
=======================================
+ Hits         1336     1337    +1     
  Misses          2        2           
Impacted Files Coverage Δ
src/ManifoldsBase.jl 99.15% <100.00%> (+<0.01%) :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 65516e1...af11edd. Read the comment docs.