mosra / magnum-bindings

Bindings of the Magnum C++11 graphics engine into other languages
https://magnum.graphics
Other
19 stars 13 forks source link

Microptimize some buffer protocol and vector funcs #15

Closed Skylion007 closed 2 years ago

Skylion007 commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #15 (8809a25) into master (0510bdf) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   91.24%   91.24%           
=======================================
  Files          43       43           
  Lines        4535     4535           
=======================================
  Hits         4138     4138           
  Misses        397      397           
Impacted Files Coverage Δ
src/python/corrade/containers.cpp 85.71% <100.00%> (ø)
src/python/magnum/math.matrix.h 93.22% <100.00%> (ø)
src/python/magnum/math.vector.h 98.58% <100.00%> (ø)

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 0510bdf...8809a25. Read the comment docs.

mosra commented 2 years ago

Merged as ca5e16f6583662857ab1bb48f1646f50cda8448e, thanks!