Nemocas / Nemo.jl

Julia bindings for various mathematical libraries (including flint2)
http://nemocas.github.io/Nemo.jl/
Other
176 stars 57 forks source link

Optimize mat_entry_ptr for ZZMatrix #1807

Closed fingolfin closed 4 days ago

fingolfin commented 1 week ago

... by replacing a ccall with a direct address computation. This allows the Julia compiler to understand what's going on and thus enables further optimizations.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.18%. Comparing base (03e705a) to head (c9d1dad). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1807 +/- ## ========================================== + Coverage 85.96% 86.18% +0.22% ========================================== Files 98 98 Lines 36380 38638 +2258 ========================================== + Hits 31274 33301 +2027 - Misses 5106 5337 +231 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

thofma commented 4 days ago

if it works it works